summaryrefslogtreecommitdiffstats
path: root/bitbake-dev
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake-dev')
-rw-r--r--bitbake-dev/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bitbake-dev/ChangeLog b/bitbake-dev/ChangeLog
index 83f602e494..a0018d1519 100644
--- a/bitbake-dev/ChangeLog
+++ b/bitbake-dev/ChangeLog
@@ -149,6 +149,11 @@ Changes in Bitbake 1.9.x:
149 - Fix PACKAGES_DYNAMIC handling of packages with '++' in the name 149 - Fix PACKAGES_DYNAMIC handling of packages with '++' in the name
150 - Rename __depends to __base_depends after configuration parsing so we don't 150 - Rename __depends to __base_depends after configuration parsing so we don't
151 recheck the validity of the config files time after time 151 recheck the validity of the config files time after time
152 - Add better environmental variable handling. By default it will now only pass certain
153 whitelisted variables into the data store. If BB_PRESERVE_ENV is set bitbake will use
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
156 to extend the internal whitelist.
152 157
153Changes in Bitbake 1.8.0: 158Changes in Bitbake 1.8.0:
154 - Release 1.7.x as a stable series 159 - Release 1.7.x as a stable series