aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-01-05 23:52:36 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-01-05 23:52:36 +0000
commit32d2d4f60fa13cd6c4039e4eef158851ad001a7b (patch)
tree3c26c053f76847b14403287699fe186cc1a6c5ed /ChangeLog
parent4a9408ef274bbf63620f137f4de2d3b9f17f372c (diff)
downloadbitbake-32d2d4f60fa13cd6c4039e4eef158851ad001a7b.tar.gz
runqueue.py: Disable task number acceleration since it can allow the tasks to run out of sequence
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02452110d..001ec1696 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,6 +80,8 @@ Changes in Bitbake 1.9.x:
- SRCREV handling updates, improvements and fixes from Poky
- Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky
- Add support for task selfstamp and lockfiles flags
+ - Disable task number acceleration since it can allow the tasks to run
+ out of sequence
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series