summaryrefslogtreecommitdiffstats
path: root/lib/toaster/orm/models.py
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2016-01-28 18:01:39 +0000
committerbrian avery <avery.brian@gmail.com>2016-02-08 12:48:14 -0800
commit9fd7b05dc0cf9240f7c8e3dc77b009064fd2b0cb (patch)
tree19ce7085731ff873b6e10b493ee33e45c10ed28c /lib/toaster/orm/models.py
parentb2208e53c00a67a7d0345e7378e6806b8ae40fb4 (diff)
downloadbitbake-9fd7b05dc0cf9240f7c8e3dc77b009064fd2b0cb.tar.gz
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 Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: brian avery <avery.brian@gmail.com>
Diffstat (limited to 'lib/toaster/orm/models.py')
-rw-r--r--lib/toaster/orm/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/orm/models.py b/lib/toaster/orm/models.py
index b70fa18fe..cb3c385c6 100644
--- a/lib/toaster/orm/models.py
+++ b/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