summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index d54aa35b82..f6eee7d2af 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -317,7 +317,11 @@ IMAGE_ROOTFS = "${WORKDIR}/rootfs"
317IMAGE_BASENAME = "${PN}" 317IMAGE_BASENAME = "${PN}"
318IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DATETIME}" 318IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DATETIME}"
319IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}" 319IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
320IMAGE_EXTRA_SPACE ?= 81920 320
321# This option allows for a precentage overage of the actaul image size rather than a
322# fixed extra space
323IMAGE_OVERHEAD_FACTOR ?= 1.2
324
321# Comment this option if you want default genext2fs behavior (i.e. create minimal inode number) 325# Comment this option if you want default genext2fs behavior (i.e. create minimal inode number)
322IMAGE_EXTRA_OPTION ?= "-i 8192" 326IMAGE_EXTRA_OPTION ?= "-i 8192"
323 327