]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
utils.py: Add empty_environment() function and call this from the cooker instead...
authorRichard Purdie <rpurdie@linux.intel.com>
Sat, 6 Dec 2008 12:43:35 +0000 (12:43 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Sat, 6 Dec 2008 12:43:35 +0000 (12:43 +0000)
ChangeLog

index a566654ad8b3e9eb0f6287f46e3ff15e1df0d1ac..a2c9d80801fe6dce34121bdade86affb9163fc60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -165,6 +165,10 @@ Changes in Bitbake 1.9.x:
        - Improve lock file function error handling
        - Add username handling to the git fetcher (Robert Bragg)
        - Add support for HTTP_PROXY and HTTP_PROXY_IGNORE variables to the wget fetcher
+       - Export more variables to the fetcher commands to allow ssh checkouts and checkouts through 
+         proxies to work better. (from Poky)
+       - Also allow user and pswd options in SRC_URIs globally (from Poky)
+       - Improve proxy handling when using mirrors (from Poky)
 
 Changes in Bitbake 1.8.0:
        - Release 1.7.x as a stable series