summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
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
352IMAGE_OVERHEAD_FACTOR ?= 1.2 352IMAGE_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)
355IMAGE_EXTRA_OPTION ?= "-i 8192" 355IMAGE_EXTRA_OPTION ?= "-i 8192"