diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-12 23:06:49 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-12 23:06:49 +0000 |
commit | ce800d3aea333919302a490838906983c18fe54d (patch) | |
tree | 14754c6d6de07f47a6f917b4d4d0e9bf52468beb /bitbake/ChangeLog | |
parent | fc136f0b4c9f6c0bed18fb565f5c83d041abdd39 (diff) | |
download | poky-ce800d3aea333919302a490838906983c18fe54d.tar.gz |
bitbake: Sync with upstream 1.8 branch for fixes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2484 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index c5641836d1..1fbbd710bb 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -12,7 +12,14 @@ Changes in Bitbake 1.8.x: | |||
12 | - Add pn-PN to overrides when evaluating PREFERRED_VERSION | 12 | - Add pn-PN to overrides when evaluating PREFERRED_VERSION |
13 | - Improve the progress indicator by skipping tasks that have | 13 | - Improve the progress indicator by skipping tasks that have |
14 | already run before starting the build rather than during it | 14 | already run before starting the build rather than during it |
15 | - Add profiling option (-P) | 15 | - Add profiling option (-P) |
16 | - Add BB_SRCREV_POLICY variable (clear or cache) to control SRCREV cache | ||
17 | - Add SRCREV_FORMAT support | ||
18 | - Fix local fetcher's localpath return values | ||
19 | - Apply OVERRIDES before performing immediate expansions | ||
20 | - Allow the -b -e option combination to take regular expressions | ||
21 | - Fix handling of variables with expansion in the name using _append/_prepend | ||
22 | e.g. RRECOMMENDS_${PN}_append_xyz = "abc" | ||
16 | 23 | ||
17 | Changes in Bitbake 1.8.6: | 24 | Changes in Bitbake 1.8.6: |
18 | - Correctly redirect stdin when forking | 25 | - Correctly redirect stdin when forking |