aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-05-11 21:49:13 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-05-11 21:49:13 +0000
commit43d486cd8bcc95eb60bd1530b462b1c43618da0f (patch)
treed094c6828f0631f912ae95938310419114964d81 /ChangeLog
parent51e7a28a098a194e6cdf10532e6b1ac586669a0f (diff)
downloadbitbake-43d486cd8bcc95eb60bd1530b462b1c43618da0f.tar.gz
data.py: Make sure allowed variables inherited from the environment are exported again (from Poky)
shell.py: When running a stage task in bbshell, run populate_staging, not the stage task (from Poky)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca83a9565..65c5e4bf3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -174,6 +174,8 @@ Changes in Bitbake 1.9.x:
- Fix wget fetching of urls with parameters specified (from Poky)
- Add username handling to git fetcher (from Poky)
- Set HOME environmental variable when running fetcher commands (from Poky)
+ - Make sure allowed variables inherited from the environment are exported again (from Poky)
+ - When running a stage task in bbshell, run populate_staging, not the stage task (from Poky)
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series