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.

(From OE-Core rev: 7681e50da86606f4d7b63504f0c9233a1c87b642)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2012-07-09 18:03:08 +01:00 committed by Richard Purdie
parent 56e0835872
commit d5f4227efd
1 changed files with 2 additions and 10 deletions

View File

@ -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 ; "