mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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:
committed by
Richard Purdie
parent
56e0835872
commit
d5f4227efd
@@ -1,18 +1,10 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2007 OpenedHand Ltd.
|
# Copyright (C) 2007 OpenedHand Ltd.
|
||||||
#
|
#
|
||||||
|
require core-image-minimal.bb
|
||||||
|
|
||||||
DESCRIPTION = "A small image just capable of allowing a device to boot and \
|
DESCRIPTION = "A small image just capable of allowing a device to boot and \
|
||||||
is suitable for development work."
|
is suitable for development work."
|
||||||
|
|
||||||
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE}"
|
|
||||||
|
|
||||||
IMAGE_FEATURES += "dev-pkgs"
|
IMAGE_FEATURES += "dev-pkgs"
|
||||||
|
|
||||||
IMAGE_LINGUAS = " "
|
|
||||||
|
|
||||||
LICENSE = "MIT"
|
|
||||||
|
|
||||||
inherit core-image
|
|
||||||
|
|
||||||
# remove not needed ipkg informations
|
|
||||||
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
|
|
||||||
|
|||||||
Reference in New Issue
Block a user