aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/images')
-rw-r--r--meta/recipes-core/images/core-image-minimal-dev.bb12
1 files changed, 2 insertions, 10 deletions
diff --git a/meta/recipes-core/images/core-image-minimal-dev.bb b/meta/recipes-core/images/core-image-minimal-dev.bb
index 67c7790f00..4e9cb35d9f 100644
--- a/meta/recipes-core/images/core-image-minimal-dev.bb
+++ b/meta/recipes-core/images/core-image-minimal-dev.bb
@@ -1,18 +1,10 @@
#
# Copyright (C) 2007 OpenedHand Ltd.
#
+require core-image-minimal.bb
+
DESCRIPTION = "A small image just capable of allowing a device to boot and \
is suitable for development work."
-IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
-
IMAGE_FEATURES += "dev-pkgs"
-IMAGE_LINGUAS = " "
-
-LICENSE = "MIT"
-
-inherit core-image
-
-# remove not needed ipkg informations
-ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "