bitbake: toaster: CustomImageRecipe generate overwrite IMAGE_FEATURES

If we're breaking up an image recipe's packages we will also need to
override IMAGE_FEATURES to make sure the customisation is not altered

(Bitbake rev: 9fd7b05dc0cf9240f7c8e3dc77b009064fd2b0cb)

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: brian avery <avery.brian@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Michael Wood 2016-01-28 18:01:39 +00:00 committed by Richard Purdie
parent 481dc11547
commit d77c247230
1 changed files with 1 additions and 1 deletions

View File

@ -1457,7 +1457,7 @@ class CustomImageRecipe(Recipe):
for pkg in self.appends_set.all():
packages_conf += pkg.name+' '
else:
packages_conf = "IMAGE_INSTALL = \""
packages_conf = "IMAGE_FEATURES =\"\"\nIMAGE_INSTALL = \""
# We add all the known packages to be built by this recipe apart
# from the packagegroups, which would bring the excluded package
# back in and locale packages which are dynamic packages which