diff options
-rw-r--r-- | bitbake/lib/toaster/orm/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
1457 | for pkg in self.appends_set.all(): | 1457 | for pkg in self.appends_set.all(): |
1458 | packages_conf += pkg.name+' ' | 1458 | packages_conf += pkg.name+' ' |
1459 | else: | 1459 | else: |
1460 | packages_conf = "IMAGE_INSTALL = \"" | 1460 | packages_conf = "IMAGE_FEATURES =\"\"\nIMAGE_INSTALL = \"" |
1461 | # We add all the known packages to be built by this recipe apart | 1461 | # We add all the known packages to be built by this recipe apart |
1462 | # from the packagegroups, which would bring the excluded package | 1462 | # from the packagegroups, which would bring the excluded package |
1463 | # back in and locale packages which are dynamic packages which | 1463 | # back in and locale packages which are dynamic packages which |