]> code.ossystems Code Review - openembedded-core.git/commit
image_types: add IMAGE_ROOTFS_EXTRA_SPACE
authorSaul Wold <sgw@linux.intel.com>
Tue, 24 May 2011 06:22:41 +0000 (23:22 -0700)
committerSaul Wold <sgw@linux.intel.com>
Wed, 25 May 2011 08:36:31 +0000 (01:36 -0700)
commit367934ada7c081ba3fc95f02dc14c7d6f97bfccb
tree430a872bc694b87817896a06f0d9576c9da5ec7b
parentd3f6e1e6106ab539e73c19037915b2e4a5f2efa9
image_types: add IMAGE_ROOTFS_EXTRA_SPACE

[YOCTO #886]

This address 2 needs after the IMAGE_ROOTFS_SIZE is cleaned up, by
removing the _ext2/3 overrides it allows for a cleaner override
using IMAGE_ROOTFS_SIZE to create a large rootfs, or by setting the
IMAGE_ROOTFS_EXTRA_SPACE, will allow for extra space allocated in Kilobytes
above the base size (determined by du of the rootfs * IMAGE_OVERHEAD_FACTOR,
default of 1.3).

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/image_types.bbclass
meta/conf/bitbake.conf