From patchwork Mon Oct 8 18:50:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel] v5 [PATCH 0/2] variable history and file inclusion tracking Date: Mon, 08 Oct 2012 18:50:49 -0000 From: Peter Seebach X-Patchwork-Id: 37937 Message-Id: To: bitbake-devel This fixes one straight up bug (wrong kind of empty container literal) and improves clarity of messages in a number of cases by reporting who called finalize when a finalize() operation applies overrides. Fully supporting that for oe-core would require a couple of tweaks in oe-core, but this improves output regardless. The following changes since commit 90fd57ee3cb2856c10bda1f5af4879d2b7cf2668: Cristiana Voicu (1): hob/imageconfigurationpage: a 'hob-image' appears listed in the base image combo box are available in the git repository at: git://git.yoctoproject.org/poky-contrib seebs/incvar http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=seebs/incvar Peter Seebach (2): data_smart.py and friends: Track file inclusions for bitbake -e data_smart.py and friends: Track variable history lib/bb/cooker.py | 15 ++- lib/bb/data.py | 34 +++++- lib/bb/data.pyc | Bin 0 -> 14383 bytes lib/bb/data_smart.py | 235 ++++++++++++++++++++++++++++++++---- lib/bb/data_smart.pyc | Bin 0 -> 21279 bytes lib/bb/parse/__init__.py | 3 +- lib/bb/parse/ast.py | 25 +++- lib/bb/parse/parse_py/BBHandler.py | 6 +- 8 files changed, 281 insertions(+), 37 deletions(-) create mode 100644 lib/bb/data.pyc create mode 100644 lib/bb/data_smart.pyc