From d3f6e1e6106ab539e73c19037915b2e4a5f2efa9 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Mon, 23 May 2011 23:15:30 -0700 Subject: IMAGE_ROOTFS_SIZE Cleanup This basic cleanup removes the _ext2/3 overrides from places they no longer belong since they did not allow further overrides. In doing this the core-image-minimal* recipes can now set a reasonably small rootfs so that it's a realistic size for minimal. The new default for minimal is 8M and will be adujsted upward by the IMAGE_OVERHEAD_FACTOR (default of 1.3). This also fixes the ROOTFS_SIZE usage in the IMAGE_CMD_ code Signed-off-by: Saul Wold --- meta/conf/distro/include/default-distrovars.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/conf/distro/include/default-distrovars.inc') diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 1aa45c889..4b68a0a54 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -1,7 +1,5 @@ QA_LOGFILE = "${TMPDIR}/qa.log" -IMAGE_ROOTFS_SIZE_ext2 ?= "131072" - OEINCLUDELOGS ?= "yes" KERNEL_CONSOLE ?= "ttyS0" -- cgit v1.2.3