diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-05-23 23:15:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-25 15:50:57 +0100 |
commit | 470c0fee68418bed0fff0f507a64ed3ba131b746 (patch) | |
tree | 5a487f5fb2c738412f5139dd6f4c78002739732d /meta/conf/bitbake.conf | |
parent | 5566567a23216fb35dd9bf5212bd0722a869f786 (diff) | |
download | poky-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/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a0af672ae2..18028f3001 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -645,10 +645,6 @@ PCMCIA_MANAGER ?= "pcmcia-cs" | |||
645 | DEFAULT_TASK_PROVIDER ?= "task-base" | 645 | DEFAULT_TASK_PROVIDER ?= "task-base" |
646 | MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}" | 646 | MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}" |
647 | IMAGE_ROOTFS_SIZE ?= "65536" | 647 | IMAGE_ROOTFS_SIZE ?= "65536" |
648 | IMAGE_ROOTFS_SIZE_ext2 ?= "65536" | ||
649 | IMAGE_ROOTFS_SIZE_ext2.gz ?= "65536" | ||
650 | IMAGE_ROOTFS_SIZE_ext3 ?= "65536" | ||
651 | IMAGE_ROOTFS_SIZE_ext3.gz ?= "65536" | ||
652 | 648 | ||
653 | # Forcefully set CACHE now so future changes to things like | 649 | # Forcefully set CACHE now so future changes to things like |
654 | # MACHINE don't change the path to the cache | 650 | # MACHINE don't change the path to the cache |