diff options
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 4fddeca86c..4f3eafe2ba 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -25,6 +25,16 @@ Changes in BitBake 1.8.x: | |||
25 | faster at the expense of not creating mirror tarballs. | 25 | faster at the expense of not creating mirror tarballs. |
26 | - SRCREV handling updates, improvements and fixes from Poky | 26 | - SRCREV handling updates, improvements and fixes from Poky |
27 | - Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky | 27 | - Add bb.utils.lockfile() and bb.utils.unlockfile() from Poky |
28 | - Add support for task selfstamp and lockfiles flags | ||
29 | - Disable task number acceleration since it can allow the tasks to run | ||
30 | out of sequence | ||
31 | - Improve runqueue code comments | ||
32 | - Add task scheduler abstraction and some example schedulers | ||
33 | - Improve circular dependency chain debugging code and user feedback | ||
34 | - Don't give a stacktrace for invalid tasks, have a user friendly message (#3431) | ||
35 | - Add support for "-e target" (#3432) | ||
36 | - Fix shell showdata command (#3259) | ||
37 | - Fix shell data updating problems (#1880) | ||
28 | 38 | ||
29 | Changes in Bitbake 1.8.8: | 39 | Changes in Bitbake 1.8.8: |
30 | - Rewrite svn fetcher to make adding extra operations easier | 40 | - Rewrite svn fetcher to make adding extra operations easier |