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/ChangeLog | |
parent | 4be017e82fdfbfbe1bf484bf745e770d18417918 (diff) | |
download | poky-ffdec425bfb26e152d1da5824a36dfe1fe72cd92.tar.gz |
bitbake/bitbake-dev: Sync with upstream
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index 2d50c0e364..a053ab839e 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -59,7 +59,20 @@ Changes in BitBake 1.8.x: | |||
59 | all variable from the environment. If BB_ENV_WHITELIST is set, that whitelist will be | 59 | all variable from the environment. If BB_ENV_WHITELIST is set, that whitelist will be |
60 | used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used | 60 | used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used |
61 | to extend the internal whitelist. | 61 | to extend the internal whitelist. |
62 | - Perforce fetcher fix to use commandline options instead of being overriden by the environment | ||
63 | - use @rev when doing a svn checkout | ||
64 | - Add osc fetcher (from Joshua Lock in Poky) | ||
62 | - When SRCREV autorevisioning for a recipe is in use, don't cache the recipe | 65 | - When SRCREV autorevisioning for a recipe is in use, don't cache the recipe |
66 | - Add tryaltconfigs option to control whether bitbake trys using alternative providers | ||
67 | to fulfil failed dependencies. It defaults to off, changing the default since this | ||
68 | behaviour confuses many users and isn't often useful. | ||
69 | - Improve lock file function error handling | ||
70 | - Add username handling to the git fetcher (Robert Bragg) | ||
71 | - Add support for HTTP_PROXY and HTTP_PROXY_IGNORE variables to the wget fetcher | ||
72 | - Export more variables to the fetcher commands to allow ssh checkouts and checkouts through | ||
73 | proxies to work better. (from Poky) | ||
74 | - Also allow user and pswd options in SRC_URIs globally (from Poky) | ||
75 | - Improve proxy handling when using mirrors (from Poky) | ||
63 | 76 | ||
64 | Changes in BitBake 1.8.10: | 77 | Changes in BitBake 1.8.10: |
65 | - Psyco is available only for x86 - do not use it on other architectures. | 78 | - Psyco is available only for x86 - do not use it on other architectures. |
@@ -104,6 +117,7 @@ Changes in BitBake 1.8.10: | |||
104 | - Add support for branches in git fetcher (Otavio Salvador, Michael Lauer) | 117 | - Add support for branches in git fetcher (Otavio Salvador, Michael Lauer) |
105 | - Make taskdata and runqueue errors more user friendly | 118 | - Make taskdata and runqueue errors more user friendly |
106 | - Add norecurse and fullpath options to cvs fetcher | 119 | - Add norecurse and fullpath options to cvs fetcher |
120 | - bb.utils.prunedir can cope with symlinks to directories without exceptions | ||
107 | 121 | ||
108 | Changes in Bitbake 1.8.8: | 122 | Changes in Bitbake 1.8.8: |
109 | - Rewrite svn fetcher to make adding extra operations easier | 123 | - Rewrite svn fetcher to make adding extra operations easier |