mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
core-image-minimal: allow user to set size
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>
This commit is contained in:
committed by
Richard Purdie
parent
7df7404d7b
commit
dfb57a1f33
@@ -8,5 +8,5 @@ LICENSE = "MIT"
|
||||
|
||||
inherit core-image
|
||||
|
||||
IMAGE_ROOTFS_SIZE = "8192"
|
||||
IMAGE_ROOTFS_SIZE ?= "8192"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user