diff options
author | Richard Purdie <richard@openedhand.com> | 2008-03-14 11:44:34 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-03-14 11:44:34 +0000 |
commit | 853280f161ed24f9b976a6f53739c08ac2362ddb (patch) | |
tree | ae67e05e66c92dd3fc668b1976084a628bc99882 /bitbake/ChangeLog | |
parent | 097076da2349e638342e69e465c85683adb6ccc7 (diff) | |
download | poky-853280f161ed24f9b976a6f53739c08ac2362ddb.tar.gz |
bitbake: Update with changes from bitbake 1.8 branch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4006 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index d074a5e239..7bed88112e 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -1,4 +1,5 @@ | |||
1 | Changes in BitBake 1.8.x: | 1 | Changes in BitBake 1.8.x: |
2 | - Fix -f (force) in conjunction with -b | ||
2 | - Fix exit code for build failures in --continue mode | 3 | - Fix exit code for build failures in --continue mode |
3 | - Fix git branch tags fetching | 4 | - Fix git branch tags fetching |
4 | - Change parseConfigurationFile so it works on real data, not a copy | 5 | - Change parseConfigurationFile so it works on real data, not a copy |
@@ -21,6 +22,10 @@ Changes in BitBake 1.8.x: | |||
21 | the way bitbake schedules tasks | 22 | the way bitbake schedules tasks |
22 | - Add BB_STAMP_POLICY variable/option ("perfile" or "full") controlling | 23 | - Add BB_STAMP_POLICY variable/option ("perfile" or "full") controlling |
23 | how extensively stamps are looked at for validity | 24 | how extensively stamps are looked at for validity |
25 | - When handling build target failures make sure idepends are checked and | ||
26 | failed where needed. Fixes --continue mode crashes. | ||
27 | - Fix problems with recrdeptask handling where some idepends weren't handled | ||
28 | correctly. | ||
24 | 29 | ||
25 | Changes in BitBake 1.8.10: | 30 | Changes in BitBake 1.8.10: |
26 | - Psyco is available only for x86 - do not use it on other architectures. | 31 | - Psyco is available only for x86 - do not use it on other architectures. |