summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-01-06 00:05:09 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-01-06 00:05:09 +0000
commit223e4cbbaa8a0ea96fba850b8d6f7cb938794ef0 (patch)
tree614d1f95709f60324563143427b89c4a6b5e567e /ChangeLog
parent2dcf122a9a157f002d053411bc10e219b679658a (diff)
downloadbitbake-223e4cbbaa8a0ea96fba850b8d6f7cb938794ef0.tar.gz
runqueue.py: Add task scheduler abstraction and some example schedulers. Improve circular dependency chain debugging code and user feedback.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a81bbae0..69f4b3872 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,6 +83,8 @@ Changes in Bitbake 1.9.x:
- Disable task number acceleration since it can allow the tasks to run
out of sequence
- Improve runqueue code comments
+ - Add task scheduler abstraction and some example schedulers
+ - Improve circular dependency chain debugging code and user feedback
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series