mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 22:36:21 +02:00
These image recipes are meant to be examples that people can copy and modify completely for their own purposes, and most of them are so trivial they don't really need copyright notices anyway, so trim them off. (From OE-Core rev: 22db8917f6301595a48f6dcbcccc27627c8a3941) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
353 B
BlitzBasic
15 lines
353 B
BlitzBasic
DESCRIPTION = "A small image just capable of allowing a device to boot."
|
|
|
|
IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
|
|
|
|
IMAGE_LINGUAS = " "
|
|
|
|
LICENSE = "MIT"
|
|
|
|
inherit core-image
|
|
|
|
IMAGE_ROOTFS_SIZE = "8192"
|
|
|
|
# remove not needed ipkg informations
|
|
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
|