[bitbake-devel] [PATCH 0/4] Developer workflow related enhancements / fixes

Paul Eggleton paul.eggleton at linux.intel.com
Mon Dec 8 10:50:21 UTC 2014


The following series is the set of BitBake changes that are part of the
developer workflow improvements currently being worked on [1].

Of particular note is the final patch for resetting the class handlers
object - this was discovered incidentally and fixes a rather nasty bug.
It should probably be considered separately from the rest of the series.

[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=6662

The following changes since commit 94d9590a4310f96396e8e782bcf65918f4dcdb36:

  bitbake: Update to 1.25.0 as development version after release (2014-12-03 12:14:43 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/devtool-bb
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/devtool-bb

Paul Eggleton (4):
  utils: add exec_flat_python_func()
  fetch2: add means of disabling SRC_URI checksums
  event: add a means of filtering events internally
  event: fix resetting class handlers object

 lib/bb/event.py           |  9 +++++++++
 lib/bb/fetch2/__init__.py |  3 ++-
 lib/bb/utils.py           | 22 ++++++++++++++++++++++
 3 files changed, 33 insertions(+), 1 deletion(-)

-- 
1.9.3



More information about the bitbake-devel mailing list