Add tryaltconfigs option to control whether bitbake trys using alternative providers...
[vuplus_bitbake] / ChangeLog
index 5b46ec2..a94f1be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,12 @@ Changes in BitBake 1.8.x:
          used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used
          to extend the internal whitelist.
        - Perforce fetcher fix to use commandline options instead of being overriden by the environment
+       - use @rev when doing a svn checkout
+       - Add osc fetcher (from Joshua Lock in Poky)
+       - When SRCREV autorevisioning for a recipe is in use, don't cache the recipe
+       - Add tryaltconfigs option to control whether bitbake trys using alternative providers
+         to fulfil failed dependencies. It defaults to off, changing the default since this
+         behaviour confuses many users and isn't often useful.
 
 Changes in BitBake 1.8.10:
        - Psyco is available only for x86 - do not use it on other architectures.