| Submitter | Paul Eggleton |
|---|---|
| Date | July 25, 2012, 6:42 p.m. |
| Message ID | <16a5340f6a18adb2a498b16337b3726bd7755a71.1343241383.git.paul.eggleton@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/33047/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb index 089a728..3d63a96 100644 --- a/meta/recipes-core/images/core-image-minimal.bb +++ b/meta/recipes-core/images/core-image-minimal.bb @@ -2,6 +2,7 @@ DESCRIPTION = "A small image just capable of allowing a device to boot." IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}" +IMAGE_FEATURES = "" IMAGE_LINGUAS = " " LICENSE = "MIT"
Since dbg/dev packages are no longer added via PACKAGE_GROUP_*, having dev-pkgs/dbg-pkgs in IMAGE_FEATURES will now affect core-image-minimal. Set IMAGE_FEATURES to "" in order to avoid this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> --- meta/recipes-core/images/core-image-minimal.bb | 1 + 1 file changed, 1 insertion(+)