summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--meta-crownbay/conf/machine/crownbay-noemgd.conf2
-rw-r--r--meta-crownbay/conf/machine/crownbay.conf2
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf2
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf2
-rw-r--r--meta-sugarbay/conf/machine/sugarbay.conf2
5 files changed, 0 insertions, 10 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
index 277c5ff3..7e07e724 100644
--- a/meta-crownbay/conf/machine/crownbay-noemgd.conf
+++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf
@@ -36,8 +36,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
36 36
37GUI_MACHINE_CLASS = "bigscreen" 37GUI_MACHINE_CLASS = "bigscreen"
38 38
39IMAGE_ROOTFS_SIZE_ext3 = "2000000"
40
41IMAGE_FSTYPES ?= "ext3 cpio.gz" 39IMAGE_FSTYPES ?= "ext3 cpio.gz"
42 40
43GLIBC_ADDONS = "nptl" 41GLIBC_ADDONS = "nptl"
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
index 0d613802..fb02cb79 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -40,8 +40,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
40 40
41GUI_MACHINE_CLASS = "bigscreen" 41GUI_MACHINE_CLASS = "bigscreen"
42 42
43IMAGE_ROOTFS_SIZE_ext3 = "2000000"
44
45IMAGE_FSTYPES ?= "ext3 cpio.gz" 43IMAGE_FSTYPES ?= "ext3 cpio.gz"
46 44
47GLIBC_ADDONS = "nptl" 45GLIBC_ADDONS = "nptl"
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 6e12c022..7e5e78d8 100644
--- a/meta-emenlow/conf/machine/emenlow.conf
+++ b/meta-emenlow/conf/machine/emenlow.conf
@@ -36,8 +36,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
36 36
37GUI_MACHINE_CLASS = "bigscreen" 37GUI_MACHINE_CLASS = "bigscreen"
38 38
39IMAGE_ROOTFS_SIZE_ext3 = "2000000"
40
41IMAGE_FSTYPES ?= "ext3 cpio.gz" 39IMAGE_FSTYPES ?= "ext3 cpio.gz"
42 40
43GLIBC_ADDONS = "nptl" 41GLIBC_ADDONS = "nptl"
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"
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
index 00534a5b..845ac643 100644
--- a/meta-sugarbay/conf/machine/sugarbay.conf
+++ b/meta-sugarbay/conf/machine/sugarbay.conf
@@ -36,8 +36,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
36 36
37GUI_MACHINE_CLASS = "bigscreen" 37GUI_MACHINE_CLASS = "bigscreen"
38 38
39IMAGE_ROOTFS_SIZE_ext3 = "2000000"
40
41IMAGE_FSTYPES ?= "ext3 cpio.gz" 39IMAGE_FSTYPES ?= "ext3 cpio.gz"
42 40
43GLIBC_ADDONS = "nptl" 41GLIBC_ADDONS = "nptl"