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 <[email protected]> --- meta/recipes-core/images/core-image-minimal.bb | 1 + 1 file changed, 1 insertion(+) 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" -- 1.7.9.5 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
