From patchwork Wed Aug 8 16:02:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/2] Variable/include tracking (rebased) Date: Wed, 08 Aug 2012 16:02:00 -0000 From: Peter Seebach X-Patchwork-Id: 34093 Message-Id: To: This is a set of changes so that "bitbake -e" will report a list of all the files processed (and from what they were included), and prefix the variable values with their assignment history. The following changes since commit 23bd5300b4a99218a15f4f6b0ab4091d63a602a5: Richard Purdie (1): data_smart: Fix unanchored regexp causing strange parsing issue are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/ntracking http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/ntracking Peter Seebach (2): data_smart.py: Provide (optional) logging of variable modifications data_smart.py: Track configuration file inclusions lib/bb/cooker.py | 2 + lib/bb/data.py | 65 +++++++++++++++++----- lib/bb/data_smart.py | 140 +++++++++++++++++++++++++++++++++++++-------- lib/bb/parse/__init__.py | 6 ++- lib/bb/parse/ast.py | 65 ++++++++++++---------- 5 files changed, 209 insertions(+), 69 deletions(-)