Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/2] Implement file checksums
@ 2012-05-22 23:23 Paul Eggleton
  2012-05-22 23:23 ` [PATCH 1/2] bitbake: refactor out codeparser cache into a separate class Paul Eggleton
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Paul Eggleton @ 2012-05-22 23:23 UTC (permalink / raw)
  To: bitbake-devel

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




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

end of thread, other threads:[~2012-05-23 10:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-22 23:23 [PATCH 0/2] Implement file checksums Paul Eggleton
2012-05-22 23:23 ` [PATCH 1/2] bitbake: refactor out codeparser cache into a separate class Paul Eggleton
2012-05-22 23:23 ` [PATCH 2/2] bitbake: implement checksums for local files in SRC_URI Paul Eggleton
2012-05-22 23:45   ` Mark Hatle
2012-05-22 23:50     ` Paul Eggleton
2012-05-22 23:55       ` Paul Eggleton
2012-05-23  9:42         ` Richard Purdie
2012-05-23 10:25 ` [PATCH 0/2] Implement file checksums Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox