From efe3d752089b3319bea003b91ea3bf744c8940ed Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 30 Sep 2008 21:12:36 +0000 Subject: bitbake: Sync with upstream git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5350 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- bitbake-dev/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bitbake-dev') 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: - 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 -- cgit 1.2.3-korg