From d77c2472307a1bf489a400b9b4daefe65b9006ab Mon Sep 17 00:00:00 2001 From: Michael Wood Date: Thu, 28 Jan 2016 18:01:39 +0000 Subject: 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 Signed-off-by: brian avery Signed-off-by: Richard Purdie --- bitbake/lib/toaster/orm/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py index b70fa18feb..cb3c385c60 100644 --- a/bitbake/lib/toaster/orm/models.py +++ b/bitbake/lib/toaster/orm/models.py @@ -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 -- cgit v1.2.3-54-g00ecf