diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:12:36 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:12:36 +0000 |
commit | efe3d752089b3319bea003b91ea3bf744c8940ed (patch) | |
tree | bac0749afa24cdd5f579dfda7dfe28408025a892 /bitbake/ChangeLog | |
parent | 419f18450db6febf8fe67e789634290308f2ae20 (diff) | |
download | poky-efe3d752089b3319bea003b91ea3bf744c8940ed.tar.gz |
bitbake: Sync with upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5350 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/ChangeLog')
-rw-r--r-- | bitbake/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog index a2d0da29ea..ceb7e648b7 100644 --- a/bitbake/ChangeLog +++ b/bitbake/ChangeLog | |||
@@ -54,6 +54,11 @@ Changes in BitBake 1.8.x: | |||
54 | - Fix PACKAGES_DYNAMIC handling of packages with '++' in the name | 54 | - Fix PACKAGES_DYNAMIC handling of packages with '++' in the name |
55 | - Rename __depends to __base_depends after configuration parsing so we don't | 55 | - Rename __depends to __base_depends after configuration parsing so we don't |
56 | recheck the validity of the config files time after time | 56 | recheck the validity of the config files time after time |
57 | - Add better environmental variable handling. By default it will now only pass certain | ||
58 | whitelisted variables into the data store. If BB_PRESERVE_ENV is set bitbake will use | ||
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 | ||
61 | to extend the internal whitelist. | ||
57 | 62 | ||
58 | Changes in BitBake 1.8.10: | 63 | Changes in BitBake 1.8.10: |
59 | - Psyco is available only for x86 - do not use it on other architectures. | 64 | - Psyco is available only for x86 - do not use it on other architectures. |