aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-05-09 10:08:56 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-05-09 10:08:56 +0000
commit8b41c6d1dcf7ac54386913ab17ae9524f6061b00 (patch)
treeae08d55ba0adcf14a864c5797752667f05f36b3d /ChangeLog
parent03f02503c29892ccbe7db92585903d4c4b16c0e9 (diff)
downloadbitbake-8b41c6d1dcf7ac54386913ab17ae9524f6061b00.tar.gz
providers.py: No longer weight providers on the basis of a package being "already staged". This leads to builds being non-deterministic.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7bea472d9..08b5ae7c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -129,6 +129,8 @@ Changes in Bitbake 1.9.x:
- Improve runtime PREFERRED_PROVIDERS warning message
- Add BB_STAMP_WHITELIST option which contains a list of stamps to ignore when
checking stamp dependencies and using a BB_STAMP_POLICY of "whitelist"
+ - No longer weight providers on the basis of a package being "already staged". This
+ leads to builds being non-deterministic.
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series