diff options
-rw-r--r-- | meta/recipes-core/images/core-image-minimal-dev.bb | 12 |
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 67c7790f00a..4e9cb35d9fe 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 ; " |