diff options
author | Richard Purdie <richard@openedhand.com> | 2008-05-04 23:22:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-05-04 23:22:24 +0000 |
commit | d6addd4969585745e0c4cf528b44cee1489edc88 (patch) | |
tree | 0fc9f712c46efad5d1a868bbb776c2c6135f8aa1 /bitbake/ChangeLog | |
parent | cd4e4786995706fb046345823eac9219c900683d (diff) | |
download | poky-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/ChangeLog | 3 |
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 | ||
34 | Changes in BitBake 1.8.10: | 37 | Changes 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. |