]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Increase image overhead factor to account for rpm/zypper database size
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Mar 2011 16:50:02 +0000 (16:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 18 Mar 2011 16:50:02 +0000 (16:50 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 132ae93a03f192fe270fef50c72557d088324eda..2cd115dfa0b1081264456017bcd117dbab4a5845 100644 (file)
@@ -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"