summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-05-12 14:21:36 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-05-12 14:21:36 +0000
commit4c0b17f16b58b3fad56bc6c3857c411ce58992e4 (patch)
tree8b6519ba1bc7de0477d3dd39ea1b275b52849492 /ChangeLog
parent35c3263578d2120d534444fa5e81d845ad9208cb (diff)
downloadbitbake-contrib-4c0b17f16b58b3fad56bc6c3857c411ce58992e4.tar.gz
utils.py: Add md5 and sha256 checksum generation functions from Ross Burton (via Poky)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f89f90fd..1ee7fd363 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -136,6 +136,7 @@ Changes in Bitbake 1.9.x:
- Add bb.runqueue.check_stamp_fn() for use by packaged-staging
- Add PERSISTENT_DIR to store the PersistData in a persistent
directory != the cache dir.
+ - Add md5 and sha256 checksum generation functions to utils.py
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series