summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-05-03 09:42:55 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-05-03 09:42:55 -0500
commita57cff8ecd1b07958c07f83faeb2c79a572ffe4a (patch)
tree83eb1e9ad327f109c20eb980f1d4ac9ca4e6fa9d /meta-jasperforest/conf
parente46e66370bd4a6fd71df063fbf942b1361fce65f (diff)
downloadmeta-intel-a57cff8ecd1b07958c07f83faeb2c79a572ffe4a.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-jasperforest/conf')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index f92ffcd7..8ae7813a 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -34,8 +34,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
34 34
35GUI_MACHINE_CLASS = "bigscreen" 35GUI_MACHINE_CLASS = "bigscreen"
36 36
37IMAGE_ROOTFS_SIZE_ext3 = "2000000"
38
39IMAGE_FSTYPES ?= "ext3 cpio.gz" 37IMAGE_FSTYPES ?= "ext3 cpio.gz"
40 38
41GLIBC_ADDONS = "nptl" 39GLIBC_ADDONS = "nptl"