mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 13:17:45 +02:00
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>
19 lines
397 B
BlitzBasic
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 ; "
|