summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-09-30 21:08:24 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-09-30 21:08:24 +0000
commite1737a7506856f0660bf0fcf05517e1337dba1df (patch)
tree13326096e097fa31f6c0e5930d0f61c24e22719f /ChangeLog
parent35562ac01ad18d3dc5374827e8fb5548a0a3537e (diff)
downloadbitbake-contrib-e1737a7506856f0660bf0fcf05517e1337dba1df.tar.gz
bin/bitbake: 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83f602e49..a0018d151 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -149,6 +149,11 @@ Changes in Bitbake 1.9.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.0:
- Release 1.7.x as a stable series