| Submitter | Lianhao Lu |
|---|---|
| Date | Feb. 24, 2012, 3 a.m. |
| Message ID | <cover.1330051744.git.lianhao.lu@intel.com> |
| Download | mbox |
| Permalink | /patch/21883/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Fri, 24 Feb 2012 03:04:11 +0000 (UTC) Received: by 10.112.112.201 with SMTP id is9csp158972lbb; Thu, 23 Feb 2012 19:01:52 -0800 (PST) Received: by 10.14.39.148 with SMTP id d20mr187177eeb.90.1330052509172; Thu, 23 Feb 2012 19:01:49 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id c43si2449600eeo.130.2012.02.23.19.01.46 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 23 Feb 2012 19:01:49 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1S0lXg-0002jN-74; Fri, 24 Feb 2012 04:09:56 +0100 Received: from mga09.intel.com ([134.134.136.24]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <lianhao.lu@intel.com>) id 1S0lXe-0002j9-OH for openembedded-core@lists.openembedded.org; Fri, 24 Feb 2012 04:09:54 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 23 Feb 2012 19:01:31 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="114293474" Received: from llu-piketon.sh.intel.com (HELO localhost) ([10.239.36.62]) by orsmga002.jf.intel.com with ESMTP; 23 Feb 2012 19:01:31 -0800 From: Lianhao Lu <lianhao.lu@intel.com> To: openembedded-core@lists.openembedded.org Date: Fri, 24 Feb 2012 11:00:36 +0800 Message-Id: <cover.1330051744.git.lianhao.lu@intel.com> X-Mailer: git-send-email 1.7.0.4 Subject: [OE-core] [PATCH 0/1] Added new variable BBINCLUDES X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
This patch added a new variable BBINCLUDES to show the file dependency information. This kind of information could be used by others, i.e. recipe editors. The following changes since commit a1f23a7cc527afdd1ce6cc7cd6083ee78fde09b3: Otavio Salvador (1): update-rc.d.bbclass: do nothing for extended cross packages are available in the git repository at: git://git.yoctoproject.org/poky-contrib llu/bbincludes http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bbincludes Lianhao Lu (1): bitbake.conf: Added new variable BBINCLUDES meta/conf/bitbake.conf | 2 ++ meta/lib/oe/utils.py | 9 +++++++++ 2 files changed, 11 insertions(+), 0 deletions(-)