aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-02-23 17:54:00 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-02-23 17:54:00 +0000
commit48e2aa0ae3c39ec546a6c8fc8a2a661d8f0ca4d0 (patch)
tree1e11b94824d76bf4c63212f725eec8acbeaa05e4 /ChangeLog
parentf543c2deea635e65c6b5b61dbda2401fb773a353 (diff)
downloadbitbake-48e2aa0ae3c39ec546a6c8fc8a2a661d8f0ca4d0.tar.gz
cooker, BBHandler: Change parseConfigurationFile so it works on real data, not a copy. Handle 'base' inherit and all other INHERITs from parseConfigurationFile instead of BBHandler
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 629b784d4..090d5d326 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -96,6 +96,9 @@ Changes in Bitbake 1.9.x:
- Add norecurse and fullpath options to cvs fetcher
- Fix exit code for build failures in --continue mode
- Fix git branch tags fetching
+ - Change parseConfigurationFile so it works on real data, not a copy
+ - Handle 'base' inherit and all other INHERITs from parseConfigurationFile
+ instead of BBHandler
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series