From patchwork Thu Feb 23 08:49:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/1] Add new option --environment-more Date: Thu, 23 Feb 2012 08:49:23 -0000 From: Lianhao Lu X-Patchwork-Id: 21615 Message-Id: To: bitbake-devel@lists.openembedded.org This patch adds a new option --environment-more to bitbake to display additional file dependency information. This kind of information can be used by other recipe editors, e.g. the Eclipse bitbake commander plugin, to decide when to reparse the recipes. The following changes since commit d8b3718303c3d56394c722059f1a73bd79131d0a: Zhai Edwin (1): texi2html: Fix for multilib are available in the git repository at: git://git.pokylinux.org/poky-contrib llu/bitbake_showmore http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=llu/bitbake_showmore Lianhao Lu (1): bitbake: Add new otpion --environment-more bitbake/bin/bitbake | 3 +++ bitbake/lib/bb/command.py | 6 ++++-- bitbake/lib/bb/cooker.py | 22 ++++++++++++++++++---- scripts/bitbake | 2 +- 4 files changed, 26 insertions(+), 7 deletions(-)