summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-30 21:12:36 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-30 21:12:36 +0000
commitefe3d752089b3319bea003b91ea3bf744c8940ed (patch)
treebac0749afa24cdd5f579dfda7dfe28408025a892 /bitbake/ChangeLog
parent419f18450db6febf8fe67e789634290308f2ae20 (diff)
downloadast2050-yocto-poky-efe3d752089b3319bea003b91ea3bf744c8940ed.zip
ast2050-yocto-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/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake/ChangeLog b/bitbake/ChangeLog
index a2d0da2..ceb7e64 100644
--- a/bitbake/ChangeLog
+++ b/bitbake/ChangeLog
@@ -54,6 +54,11 @@ Changes in BitBake 1.8.x:
- Fix PACKAGES_DYNAMIC handling of packages with '++' in the name
- Rename __depends to __base_depends after configuration parsing so we don't
recheck the validity of the config files time after time
+ - Add better environmental variable handling. By default it will now only pass certain
+ whitelisted variables into the data store. If BB_PRESERVE_ENV is set bitbake will use
+ all variable from the environment. If BB_ENV_WHITELIST is set, that whitelist will be
+ used instead of the internal bitbake one. Alternatively, BB_ENV_EXTRAWHITE can be used
+ to extend the internal whitelist.
Changes in BitBake 1.8.10:
- Psyco is available only for x86 - do not use it on other architectures.
OpenPOWER on IntegriCloud