]> code.ossystems Code Review - openembedded-core.git/commit
IMAGE_ROOTFS_SIZE Cleanup
authorSaul Wold <sgw@linux.intel.com>
Tue, 24 May 2011 06:15:30 +0000 (23:15 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 25 May 2011 08:36:31 +0000 (01:36 -0700)
commitd3f6e1e6106ab539e73c19037915b2e4a5f2efa9
treec13bcae13c80a0f889d1f90523d8a50fb84dc1e4
parent05f017dc6878908cf55901f8a74c738f3bece077
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

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/image_types.bbclass
meta/conf/bitbake.conf
meta/conf/distro/include/default-distrovars.inc
meta/conf/machine/include/qemu.inc
meta/recipes-core/images/core-image-minimal-initramfs.bb
meta/recipes-core/images/core-image-minimal.bb