[bitbake-devel] [PATCH 0/5] Checksum / error reporting improvements

Paul Eggleton paul.eggleton at linux.intel.com
Wed May 30 16:17:13 UTC 2012


Some checksum improvements and a few error reporting fixes that I made
in the process. Note that the varflags change won't do anything without
the list of exclusions; an appropriate list has been set in a patch
which will shortly be set to the OE-Core list.


The following changes (against Poky, but which apply cleanly with -p2
against BitBake master) are available in the git repository at:

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

Paul Eggleton (5):
  lib/bb/data_smart.py: don't report variable in ExpansionError if not
    set
  cooker: fix UnboundLocalError when exception occurs during parsing
  cooker: report recipe being parsed when ExpansionError occurs
  lib/bb/fetch2: ignore remote URIs when doing file checksums
  bitbake: include varflags in checksums

 bitbake/lib/bb/cooker.py          |    8 +++++++-
 bitbake/lib/bb/data.py            |   20 +++++++++++++++++++-
 bitbake/lib/bb/data_smart.py      |    5 ++++-
 bitbake/lib/bb/fetch2/__init__.py |   26 ++++++++++++++++++++------
 bitbake/lib/bb/siggen.py          |    4 ++++
 5 files changed, 54 insertions(+), 9 deletions(-)

-- 
1.7.9.5





More information about the bitbake-devel mailing list