mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 15:49:32 +02:00
Allow the user, in their local configuration, to override the size of the final image. This is useful when creating an image for (for example) an SD card and the user wants the image to fill up the card as much as possible. (From OE-Core rev: 9b4ea0f2e13e52d860d59d0348a3218af151666b) Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
257 B
BlitzBasic
13 lines
257 B
BlitzBasic
SUMMARY = "A small image just capable of allowing a device to boot."
|
|
|
|
IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
|
|
|
|
IMAGE_LINGUAS = " "
|
|
|
|
LICENSE = "MIT"
|
|
|
|
inherit core-image
|
|
|
|
IMAGE_ROOTFS_SIZE ?= "8192"
|
|
|