Files
poky/meta/recipes-core/images/core-image-minimal-dev.bb
Elizabeth Flanagan c9173dab9a Hob: Modify Image Descriptions
Fixes [YOCTO #2227]

I've updated the image descriptions per the bug description.

(From OE-Core rev: 479b020edbc609c3ae1e3846e9e0d1643ac10059)

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-06 01:12:46 +01:00

19 lines
397 B
BlitzBasic

#
# Copyright (C) 2007 OpenedHand Ltd.
#
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 ; "