summaryrefslogtreecommitdiffstats
path: root/bitbake/ChangeLog
diff options
context:
space:
mode:
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 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
58Changes in BitBake 1.8.10: 63Changes 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.