aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-06 12:43:35 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-06 12:43:35 +0000
commita59037d9b5baecfdf389a6d57712ea709d0b1ff6 (patch)
treed8c441d873f9ad1ac6cc51e75150be09d5ed57cd /ChangeLog
parent731d2a04190caf41befe5ea4d93a4daf0fd856b8 (diff)
downloadbitbake-a59037d9b5baecfdf389a6d57712ea709d0b1ff6.tar.gz
utils.py: Add empty_environment() function and call this from the cooker instead of hiding in data.py (from Poky)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a566654ad..a2c9d8080 100644
--- 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