From: Richard Purdie Date: Fri, 18 Mar 2011 16:50:02 +0000 (+0000) Subject: bitbake.conf: Increase image overhead factor to account for rpm/zypper database size X-Git-Tag: 2011-1~2018 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f4305f960cb788d73c5132aa5a9f930e85c20385;p=openembedded-core.git bitbake.conf: Increase image overhead factor to account for rpm/zypper database size Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 132ae93a03..2cd115dfa0 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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"