summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-13 07:53:18 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-13 07:53:18 +0000
commite14d7dcbeea45e2000b9ec3174d24aa90f786adc (patch)
tree5d361178fb09e20fd5e2f818efefeda6f44fe931 /bitbake/ChangeLog
parent152f14b598655535664e51ac83318d2c60dfa7d4 (diff)
downloadpoky-e14d7dcbeea45e2000b9ec3174d24aa90f786adc.tar.gz
bitbake: Sync with 1.8 branch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4463 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index d00a52d2b6..62be6ea126 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -33,6 +33,14 @@ Changes in BitBake 1.8.x:
33 - Improve runtime PREFERRED_PROVIDERS warning message 33 - Improve runtime PREFERRED_PROVIDERS warning message
34 - Add BB_STAMP_WHITELIST option which contains a list of stamps to ignore when 34 - Add BB_STAMP_WHITELIST option which contains a list of stamps to ignore when
35 checking stamp dependencies and using a BB_STAMP_POLICY of "whitelist" 35 checking stamp dependencies and using a BB_STAMP_POLICY of "whitelist"
36 - No longer weight providers on the basis of a package being "already staged". This
37 leads to builds being non-deterministic.
38 - Flush stdout/stderr before forking to fix duplicate console output
39 - Make sure recrdeps tasks include all inter-task dependencies of a given fn
40 - Add bb.runqueue.check_stamp_fn() for use by packaged-staging
41 - Add PERSISTENT_DIR to store the PersistData in a persistent
42 directory != the cache dir.
43 - Add md5 and sha256 checksum generation functions to utils.py
36 44
37Changes in BitBake 1.8.10: 45Changes in BitBake 1.8.10:
38 - Psyco is available only for x86 - do not use it on other architectures. 46 - Psyco is available only for x86 - do not use it on other architectures.