diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-18 16:50:02 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-18 16:50:02 +0000 |
commit | f4305f960cb788d73c5132aa5a9f930e85c20385 (patch) | |
tree | b496cbe378ffd52088a3f1c4a8d75e175088972e | |
parent | 06aca3de95483e5086b0231df070bac76a6e3c19 (diff) | |
download | openembedded-core-f4305f960cb788d73c5132aa5a9f930e85c20385.tar.gz openembedded-core-f4305f960cb788d73c5132aa5a9f930e85c20385.tar.bz2 openembedded-core-f4305f960cb788d73c5132aa5a9f930e85c20385.zip |
bitbake.conf: Increase image overhead factor to account for rpm/zypper database size
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |