diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-03 22:01:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-03 22:01:45 +0000 |
commit | ab191d21e2e5e1609206146d238af6ec0b3f0554 (patch) | |
tree | 728fa74dbf00f6b11964aa53b8427a0d221d6e91 /bitbake/ChangeLog | |
parent | e88b4753781d54dc2625c3260c611d30ad76dbed (diff) | |
download | poky-ab191d21e2e5e1609206146d238af6ec0b3f0554.tar.gz |
bitbake: Update to bitbake 1.8 branch head
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3892 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 7e6b7b26a4..d074a5e239 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -1,6 +1,26 @@ | |||
1 | Changes in BitBake 1.8.x: | 1 | Changes in BitBake 1.8.x: |
2 | - Fix exit code for build failures in --continue mode | 2 | - Fix exit code for build failures in --continue mode |
3 | - Fix git branch tags fetching | 3 | - Fix git branch tags fetching |
4 | - Change parseConfigurationFile so it works on real data, not a copy | ||
5 | - Handle 'base' inherit and all other INHERITs from parseConfigurationFile | ||
6 | instead of BBHandler | ||
7 | - Fix getVarFlags bug in data_smart | ||
8 | - Optmise cache handling by more quickly detecting an invalid cache, only | ||
9 | saving the cache when its changed, moving the cache validity check into | ||
10 | the parsing loop and factoring some getVar calls outside a for loop | ||
11 | - Cooker: Remove a debug message from the parsing loop to lower overhead | ||
12 | - Convert build.py exec_task to use getVarFlags | ||
13 | - Update shell to use cooker.buildFile | ||
14 | - Add StampUpdate event | ||
15 | - Convert -b option to use taskdata/runqueue | ||
16 | - Remove digraph and switch to new stamp checking code. exec_task no longer | ||
17 | honours dependencies | ||
18 | - Make fetcher timestamp updating non-fatal when permissions don't allow | ||
19 | updates | ||
20 | - Add BB_SCHEDULER variable/option ("completion" or "speed") controlling | ||
21 | the way bitbake schedules tasks | ||
22 | - Add BB_STAMP_POLICY variable/option ("perfile" or "full") controlling | ||
23 | how extensively stamps are looked at for validity | ||
4 | 24 | ||
5 | Changes in BitBake 1.8.10: | 25 | Changes in BitBake 1.8.10: |
6 | - Psyco is available only for x86 - do not use it on other architectures. | 26 | - Psyco is available only for x86 - do not use it on other architectures. |