mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
bitbake.conf: change IMAGE_ROOTFS_EXTRA_SPACE to soft (?=) default
(From OE-Core rev: c9205e01262f8a14c4a602642dba4583b9e7c746) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
64864500f3
commit
0eb48957ac
@@ -347,13 +347,14 @@ IMAGE_BASENAME = "${PN}"
|
|||||||
IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DATETIME}"
|
IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DATETIME}"
|
||||||
IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
|
IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
|
||||||
|
|
||||||
# This option allows for a precentage overage of the actaul image size rather than a
|
# This option allows for a percentage overage of the actual image size rather than a
|
||||||
# fixed extra space
|
# fixed extra space, this is space needed for initial startup and basic operations.
|
||||||
IMAGE_OVERHEAD_FACTOR ?= 1.3
|
IMAGE_OVERHEAD_FACTOR ?= 1.3
|
||||||
# This option allow for adding addition space in K above and beyond what the
|
# This option allow for adding addition space in K above and beyond what the
|
||||||
# IMAGE_OVERHEAD_FACTOR might add. To set a fixed size then overrideing IMAGE_ROOTFS_SIZE
|
# IMAGE_OVERHEAD_FACTOR might add. This space is for additional packages, user data, ...
|
||||||
# with the max size one wants should do the trick
|
# To set a fixed size then overrideing IMAGE_ROOTFS_SIZE with the max size one wants
|
||||||
IMAGE_ROOTFS_EXTRA_SPACE = "0"
|
# should do the trick
|
||||||
|
IMAGE_ROOTFS_EXTRA_SPACE ?= "0"
|
||||||
|
|
||||||
EXTRA_IMAGEDEPENDS = ""
|
EXTRA_IMAGEDEPENDS = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user