summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-19 10:30:15 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-19 10:30:15 +0000
commitc3d58e612592e8128f946cb94bb25d85ad9d171e (patch)
treef24a6fc81576575765ef73b2cac4bdea2147084d /ChangeLog
parent45acd91e3f7b5f195c0921f1d7a3beb700525400 (diff)
downloadbitbake-contrib-c3d58e612592e8128f946cb94bb25d85ad9d171e.tar.gz
Merge the BBCLASSEXTEND code from Poky. This allows once recipe to provide mutliple targets (e.g. -native and -sdk) and has been discussed on the OE mailing list
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 565540899..22124cb7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -177,6 +177,7 @@ Changes in Bitbake 1.9.x:
- 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)
- Fix + character escaping from PACKAGES_DYNAMIC (thanks Otavio Salvador)
+ - Addition of BBCLASSEXTEND support for allowing one recipe to provide multiple targets (from Poky)
Changes in Bitbake 1.8.0:
- Release 1.7.x as a stable series