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:24 +0000 |
commit | 75c5760fe8adeae8c4755a1826769b26eba45f40 (patch) | |
tree | 28bc0460ca18fe940cc04574f38329fbb8c839b5 /meta/conf/bitbake.conf | |
parent | e235357841311a4681c747cebcc5e51940aec606 (diff) | |
download | poky-75c5760fe8adeae8c4755a1826769b26eba45f40.tar.gz |
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>
Diffstat (limited to 'meta/conf/bitbake.conf')
-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}" | |||
349 | 349 | ||
350 | # This option allows for a precentage overage of the actaul image size rather than a | 350 | # This option allows for a precentage overage of the actaul image size rather than a |
351 | # fixed extra space | 351 | # fixed extra space |
352 | IMAGE_OVERHEAD_FACTOR ?= 1.2 | 352 | IMAGE_OVERHEAD_FACTOR ?= 1.3 |
353 | 353 | ||
354 | # Comment this option if you want default genext2fs behavior (i.e. create minimal inode number) | 354 | # Comment this option if you want default genext2fs behavior (i.e. create minimal inode number) |
355 | IMAGE_EXTRA_OPTION ?= "-i 8192" | 355 | IMAGE_EXTRA_OPTION ?= "-i 8192" |