diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-07-09 18:03:08 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 10:06:02 +0100 |
commit | 7681e50da86606f4d7b63504f0c9233a1c87b642 (patch) | |
tree | 655dc0941c96b835801aa977ed0070e17bcccde6 /meta/recipes-core | |
parent | 4cd880c61e9d74dbf1a747f3654239cadadf45ce (diff) | |
download | openembedded-core-7681e50da86606f4d7b63504f0c9233a1c87b642.tar.gz openembedded-core-7681e50da86606f4d7b63504f0c9233a1c87b642.tar.bz2 openembedded-core-7681e50da86606f4d7b63504f0c9233a1c87b642.zip |
core-image-minimal-dev: base on core-image-minimal
When core-image-minimal has been updated in the past, we have on several
occasions missed applying those updates to this recipe, so let's just
base it directly on core-image-minimal and completely avoid that problem
in future.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 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 ; " |