]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: change IMAGE_ROOTFS_EXTRA_SPACE to soft (?=) default
authorSaul Wold <sgw@linux.intel.com>
Thu, 26 May 2011 18:32:06 +0000 (11:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 May 2011 23:47:07 +0000 (00:47 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/conf/bitbake.conf

index 35fd6f864f066bce36e2d76df0b3ec441587df09..d30738597ab611cdcc4698d0f0bcaec5e0fd9551 100644 (file)
@@ -347,13 +347,14 @@ IMAGE_BASENAME = "${PN}"
 IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DATETIME}"
 IMAGE_LINK_NAME = "${IMAGE_BASENAME}-${MACHINE}"
 
-# This option allows for a precentage overage of the actaul image size rather than a
-# fixed extra space
+# This option allows for a percentage overage of the actual image size rather than a
+# fixed extra space, this is space needed for initial startup and basic operations.
 IMAGE_OVERHEAD_FACTOR ?= 1.3
 # This option allow for adding addition space in K above and beyond what the 
-# IMAGE_OVERHEAD_FACTOR might add. To set a fixed size then overrideing IMAGE_ROOTFS_SIZE
-# with the max size one wants should do the trick
-IMAGE_ROOTFS_EXTRA_SPACE = "0"
+# IMAGE_OVERHEAD_FACTOR might add. This space is for additional packages, user data, ...
+# To set a fixed size then overrideing IMAGE_ROOTFS_SIZE with the max size one wants
+# should do the trick
+IMAGE_ROOTFS_EXTRA_SPACE ?= "0"
 
 EXTRA_IMAGEDEPENDS = ""