mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake.conf: Increase image overhead factor to account for rpm/zypper database size
(From OE-Core rev: f4305f960cb788d73c5132aa5a9f930e85c20385) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -349,7 +349,7 @@ IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
|
||||
|
||||
# This option allows for a precentage overage of the actaul image size rather than a
|
||||
# fixed extra space
|
||||
IMAGE_OVERHEAD_FACTOR ?= 1.2
|
||||
IMAGE_OVERHEAD_FACTOR ?= 1.3
|
||||
|
||||
# Comment this option if you want default genext2fs behavior (i.e. create minimal inode number)
|
||||
IMAGE_EXTRA_OPTION ?= "-i 8192"
|
||||
|
||||
Reference in New Issue
Block a user