summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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 2771233e3e..468b175edc 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -689,7 +689,7 @@ MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}"
689# The size in Kbytes for the generated image if it is larger than 689# The size in Kbytes for the generated image if it is larger than
690# the required size (du -ks IMAGE_ROOTFS * IMAGE_OVERHEAD_FACTOR), 690# the required size (du -ks IMAGE_ROOTFS * IMAGE_OVERHEAD_FACTOR),
691# and no effect if less than it. 691# and no effect if less than it.
692IMAGE_ROOTFS_SIZE ?= "65536" 692IMAGE_ROOTFS_SIZE ??= "65536"
693 693
694# Forcefully set CACHE now so future changes to things like 694# Forcefully set CACHE now so future changes to things like
695# MACHINE don't change the path to the cache 695# MACHINE don't change the path to the cache