diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-06 13:16:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-06 13:16:13 +0000 |
commit | ffdec425bfb26e152d1da5824a36dfe1fe72cd92 (patch) | |
tree | 38a5233e01e62d57964dbb0bf38ca88a92049386 /bitbake-dev/ChangeLog | |
parent | 4be017e82fdfbfbe1bf484bf745e770d18417918 (diff) | |
download | poky-ffdec425bfb26e152d1da5824a36dfe1fe72cd92.tar.gz |
bitbake/bitbake-dev: Sync with upstream
Diffstat (limited to 'bitbake-dev/ChangeLog')
-rw-r--r-- | bitbake-dev/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bitbake-dev/ChangeLog b/bitbake-dev/ChangeLog index 6f068be19f..a2c9d80801 100644 --- a/bitbake-dev/ChangeLog +++ b/bitbake-dev/ChangeLog | |||
@@ -154,7 +154,21 @@ Changes in Bitbake 1.9.x: | |||
154 | all variable from the environment. If BB_ENV_WHITELIST is set, that whitelist will be | 154 | all variable from the environment. If BB_ENV_WHITELIST is set, that whitelist will be |
155 | used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used | 155 | used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used |
156 | to extend the internal whitelist. | 156 | to extend the internal whitelist. |
157 | - Perforce fetcher fix to use commandline options instead of being overriden by the environment | ||
158 | - bb.utils.prunedir can cope with symlinks to directoriees without exceptions | ||
159 | - use @rev when doing a svn checkout | ||
160 | - Add osc fetcher (from Joshua Lock in Poky) | ||
157 | - When SRCREV autorevisioning for a recipe is in use, don't cache the recipe | 161 | - When SRCREV autorevisioning for a recipe is in use, don't cache the recipe |
162 | - Add tryaltconfigs option to control whether bitbake trys using alternative providers | ||
163 | to fulfil failed dependencies. It defaults to off, changing the default since this | ||
164 | behaviour confuses many users and isn't often useful. | ||
165 | - Improve lock file function error handling | ||
166 | - Add username handling to the git fetcher (Robert Bragg) | ||
167 | - Add support for HTTP_PROXY and HTTP_PROXY_IGNORE variables to the wget fetcher | ||
168 | - Export more variables to the fetcher commands to allow ssh checkouts and checkouts through | ||
169 | proxies to work better. (from Poky) | ||
170 | - Also allow user and pswd options in SRC_URIs globally (from Poky) | ||
171 | - Improve proxy handling when using mirrors (from Poky) | ||
158 | 172 | ||
159 | Changes in Bitbake 1.8.0: | 173 | Changes in Bitbake 1.8.0: |
160 | - Release 1.7.x as a stable series | 174 | - Release 1.7.x as a stable series |