diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-03 13:40:52 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-03 13:40:52 +0000 |
commit | bfc70eb24e3ded25007811b1531673fa70b02401 (patch) | |
tree | fa4a29290d3178937fa085c147e8a51f815c6fdc /bitbake/ChangeLog | |
parent | 034bbb805be0002fe6d689abde19662868b57b2c (diff) | |
download | openembedded-core-bfc70eb24e3ded25007811b1531673fa70b02401.tar.gz openembedded-core-bfc70eb24e3ded25007811b1531673fa70b02401.tar.bz2 openembedded-core-bfc70eb24e3ded25007811b1531673fa70b02401.tar.xz openembedded-core-bfc70eb24e3ded25007811b1531673fa70b02401.zip |
bitbake: Update along 1.8 branch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2345 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 31e2bb49e..fd998496e 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog @@ -1,8 +1,17 @@ Changes in Bitbake 1.8.x: + - Rewrite svn fetcher to make adding extra operations easier + as part of future SRCDATE="now" fixes + (requires new FETCHCMD_svn definition in bitbake.conf) + - Change SVNDIR layout to be more unique (fixes #2644 and #2624) + - Import persistent data store from trunk + - Sync fetcher code with that in trunk, adding SRCREV support for svn + - Add ConfigParsed Event after configuration parsing is complete + - data.emit_var() - only call getVar if we need the variable + +Changes in Bitbake 1.8.6: - Correctly redirect stdin when forking - If parsing errors are found, exit, too many users miss the errors - Remove supriours PREFERRED_PROVIDER warnings - - Start to fix path quoting Changes in Bitbake 1.8.4: - Make sure __inherit_cache is updated before calling include() (from Michael Krelin) |