summaryrefslogtreecommitdiffstats
path: root/meta-fishriver
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-05-02 14:55:11 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-05-03 09:28:49 -0500
commitda12d93530bb6efba0c5f7bc5ee79e83eff80da1 (patch)
treeefae7623c20258c27e4b46d8ee6441a1f60402bc /meta-fishriver
parent7245856f0a12fb6110241599c784a19de1024db1 (diff)
downloadmeta-intel-da12d93530bb6efba0c5f7bc5ee79e83eff80da1.tar.gz
meta-intel: use default rootfs size for BSPS
The default rootfs size if left unspecified is the actual rootfs size + 20%. There doesn't seem to be a reason to make the default for these BSPs anything different, so remove the IMAGE_ROOTFS_SIZE overrides. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fishriver')
-rw-r--r--meta-fishriver/conf/machine/fishriver.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf
index 64c194b0..91a1fb6c 100644
--- a/meta-fishriver/conf/machine/fishriver.conf
+++ b/meta-fishriver/conf/machine/fishriver.conf
@@ -35,8 +35,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
35 35
36GUI_MACHINE_CLASS = "bigscreen" 36GUI_MACHINE_CLASS = "bigscreen"
37 37
38IMAGE_ROOTFS_SIZE_ext3 = "1000000"
39
40IMAGE_FSTYPES ?= "ext3 cpio.gz" 38IMAGE_FSTYPES ?= "ext3 cpio.gz"
41 39
42GLIBC_ADDONS = "nptl" 40GLIBC_ADDONS = "nptl"