aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-08-25 09:20:32 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-08-25 09:20:32 +0000
commitfaeb86a641a7c90f90ff678116a702c5758f9851 (patch)
treeb7e95a615c5cf50e72b8efefff0f1a8a268c1552 /ChangeLog
parentc6f6f054b25a0c6156f92444876d4dd66f5c9588 (diff)
downloadbitbake-contrib-faeb86a641a7c90f90ff678116a702c5758f9851.tar.gz
runqueue.py: Detect builds of tasks with overlapping providers and warn (will become a fatal error) (#1359).Add MULTI_PROVIDER_WHITELIST variable to allow known safe multiple providers to be listed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cc190f19..c40ab3f73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,6 +58,8 @@ Changes in Bitbake 1.9.x:
- Psyco is used only on x86 as there is no support for other architectures.
- Sort initial providers list by default preference (#1145, #2024)
- Improve provider sorting so prefered versions have preference over latest versions (#768)
+ - Detect builds of tasks with overlapping providers and warn (will become a fatal error) (#1359)
+ - Add MULTI_PROVIDER_WHITELIST variable to allow known safe multiple providers to be listed
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series