All of lore.kernel.org
 help / color / mirror / Atom feed
* v5 [PATCH 0/2] variable history and file inclusion tracking
@ 2012-10-08 18:50 Peter Seebach
  2012-10-08 18:50 ` [PATCH 1/2] data_smart.py and friends: Track file inclusions for bitbake -e Peter Seebach
  2012-10-08 18:50 ` [PATCH 2/2] data_smart.py and friends: Track variable history Peter Seebach
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Seebach @ 2012-10-08 18:50 UTC (permalink / raw)
  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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-10-08 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 18:50 v5 [PATCH 0/2] variable history and file inclusion tracking Peter Seebach
2012-10-08 18:50 ` [PATCH 1/2] data_smart.py and friends: Track file inclusions for bitbake -e Peter Seebach
2012-10-08 18:50 ` [PATCH 2/2] data_smart.py and friends: Track variable history Peter Seebach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.