From patchwork Thu May 26 23:07:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [Consolidated, Pull, 3/9] bitbake.conf: change IMAGE_ROOTFS_EXTRA_SPACE to soft (?=) default Date: Thu, 26 May 2011 23:07:34 -0000 From: Saul Wold X-Patchwork-Id: 4861 Message-Id: <73f3eadb1071ce17355305b27b320b8769a28e1d.1306451124.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Saul Wold --- meta/conf/bitbake.conf | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 35fd6f8..d307385 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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 = ""