summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-05-04 23:22:24 +0000
committerRichard Purdie <richard@openedhand.com>2008-05-04 23:22:24 +0000
commitd6addd4969585745e0c4cf528b44cee1489edc88 (patch)
tree0fc9f712c46efad5d1a868bbb776c2c6135f8aa1 /bitbake/ChangeLog
parentcd4e4786995706fb046345823eac9219c900683d (diff)
downloadpoky-d6addd4969585745e0c4cf528b44cee1489edc88.tar.gz
bitbake: Sync with 1.8 branch upstream for PREFERRED_PROVIDERS message improvements and BB_STAMP_WHITELIST functionality
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4411 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r--bitbake/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index 871f260c48..d00a52d2b6 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -30,6 +30,9 @@ Changes in BitBake 1.8.x:
30 - Add proxy support to the CVS fetcher (from Cyril Chemparathy) 30 - Add proxy support to the CVS fetcher (from Cyril Chemparathy)
31 - Improve runfetchcmd so errors are seen and various GIT variables are exported 31 - Improve runfetchcmd so errors are seen and various GIT variables are exported
32 - Add ability to fetchers to check URL validity without downloading 32 - Add ability to fetchers to check URL validity without downloading
33 - Improve runtime PREFERRED_PROVIDERS warning message
34 - Add BB_STAMP_WHITELIST option which contains a list of stamps to ignore when
35 checking stamp dependencies and using a BB_STAMP_POLICY of "whitelist"
33 36
34Changes in BitBake 1.8.10: 37Changes in BitBake 1.8.10:
35 - Psyco is available only for x86 - do not use it on other architectures. 38 - Psyco is available only for x86 - do not use it on other architectures.