From 4c0b17f16b58b3fad56bc6c3857c411ce58992e4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 12 May 2008 14:21:36 +0000 Subject: utils.py: Add md5 and sha256 checksum generation functions from Ross Burton (via Poky) --- ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'ChangeLog') 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 -- cgit 1.2.3-korg