From patchwork Tue Feb 28 03:22:37 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,V2,0/1] Added new variable BBINCLUDED Date: Tue, 28 Feb 2012 03:22:37 -0000 From: Lianhao Lu X-Patchwork-Id: 22197 Message-Id: To: bitbake-devel@lists.openembedded.org Added a new variable BBINCLUDES to show the file dependency information. This kind of information could be used by others, i.e. recipe editor to decide when to reparse the recipes to reflect the user changes. The following changes since commit 927bec5f72230be4f2452d9ef5a747b2c00cb781: Dongxiao Xu (1): bitbake.conf: Create a new filter variable BB_HASHCONFIG_WHITELIST are available in the git repository at: git://git.pokylinux.org/poky-contrib llu/bbincluded http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/bbincluded Lianhao Lu (1): bitbake: Added BBINCLUDED variable. bitbake/lib/bb/cooker.py | 1 + bitbake/lib/bb/parse/__init__.py | 9 +++++++++ bitbake/lib/bb/parse/ast.py | 2 ++ 3 files changed, 12 insertions(+), 0 deletions(-)