summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-23 23:15:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-25 15:50:57 +0100
commit470c0fee68418bed0fff0f507a64ed3ba131b746 (patch)
tree5a487f5fb2c738412f5139dd6f4c78002739732d /meta/conf/machine/include
parent5566567a23216fb35dd9bf5212bd0722a869f786 (diff)
downloadpoky-470c0fee68418bed0fff0f507a64ed3ba131b746.tar.gz
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_<fstype> code (From OE-Core rev: d3f6e1e6106ab539e73c19037915b2e4a5f2efa9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include')
-rw-r--r--meta/conf/machine/include/qemu.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 4122a882dd..9ef242f386 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -6,8 +6,6 @@ MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
6IMAGE_FSTYPES ?= "tar.bz2 ext3" 6IMAGE_FSTYPES ?= "tar.bz2 ext3"
7 7
8ROOT_FLASH_SIZE = "280" 8ROOT_FLASH_SIZE = "280"
9IMAGE_ROOTFS_SIZE_ext2 ?= "280000"
10IMAGE_ROOTFS_SIZE_ext3 ?= "280000"
11 9
12# Don't include kernels in standard images 10# Don't include kernels in standard images
13RDEPENDS_kernel-base = "" 11RDEPENDS_kernel-base = ""