[bitbake-devel] [PATCH 0/2] Implement file checksums

Paul Eggleton paul.eggleton at linux.intel.com
Tue May 22 23:23:30 UTC 2012


This is 2/3 of the changes required to implement local file checksums;
the other third is a patch to base.bbclass which will be sent to the
OE-Core list.


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

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

Paul Eggleton (2):
  bitbake: refactor out codeparser cache into a separate class
  bitbake: implement checksums for local files in SRC_URI

 bitbake/lib/bb/cache.py           |  129 ++++++++++++++++++++++++-
 bitbake/lib/bb/checksum.py        |   90 +++++++++++++++++
 bitbake/lib/bb/codeparser.py      |  191 +++++++++++--------------------------
 bitbake/lib/bb/cooker.py          |    2 +
 bitbake/lib/bb/fetch2/__init__.py |   85 +++++++++++++++++
 bitbake/lib/bb/siggen.py          |   24 +++++
 6 files changed, 382 insertions(+), 139 deletions(-)
 create mode 100644 bitbake/lib/bb/checksum.py

-- 
1.7.9.5





More information about the bitbake-devel mailing list