diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-06 16:51:51 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-06 16:51:51 +0000 |
commit | 7821f2250d16e24097d973c34197db7fd60bc51a (patch) | |
tree | a65ca61381af497265f02b5363196b36fe1b0150 /bitbake/ChangeLog | |
parent | c7fca99aab060efe14332ce6d913bc7d346a4478 (diff) | |
download | openembedded-core-contrib-7821f2250d16e24097d973c34197db7fd60bc51a.tar.gz |
bitbake: Sync with bitbake upstream for various fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3411 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 4fddeca86c9..4f3eafe2baf 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -25,6 +25,16 @@ Changes in BitBake 1.8.x: faster at the expense of not creating mirror tarballs. - 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 + - Improve runqueue code comments + - Add task scheduler abstraction and some example schedulers + - Improve circular dependency chain debugging code and user feedback + - Don't give a stacktrace for invalid tasks, have a user friendly message (#3431) + - Add support for "-e target" (#3432) + - Fix shell showdata command (#3259) + - Fix shell data updating problems (#1880) Changes in Bitbake 1.8.8: - Rewrite svn fetcher to make adding extra operations easier |