From patchwork Wed Jul 25 18:42:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/7] core-image-minimal: clear IMAGE_FEATURES Date: Wed, 25 Jul 2012 18:42:55 -0000 From: Paul Eggleton X-Patchwork-Id: 33047 Message-Id: <16a5340f6a18adb2a498b16337b3726bd7755a71.1343241383.git.paul.eggleton@linux.intel.com> To: openembedded-core@lists.openembedded.org 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 --- 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"