[poky] [PATCH 1/1] meta-intel: use default rootfs size for BSPS

Tom Zanussi tom.zanussi at intel.com
Mon May 2 13:32:34 PDT 2011


From: Tom Zanussi <tom.zanussi at intel.com>

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 at intel.com>
---
 meta-crownbay/conf/machine/crownbay-noemgd.conf  |    2 --
 meta-crownbay/conf/machine/crownbay.conf         |    2 --
 meta-emenlow/conf/machine/emenlow.conf           |    2 --
 meta-fishriver/conf/machine/fishriver.conf       |    2 --
 meta-jasperforest/conf/machine/jasperforest.conf |    2 --
 meta-sugarbay/conf/machine/sugarbay.conf         |    2 --
 6 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf
index a65339b..6470911 100644
--- a/meta-crownbay/conf/machine/crownbay-noemgd.conf
+++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf
@@ -35,8 +35,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
 
 GUI_MACHINE_CLASS = "bigscreen"
 
-IMAGE_ROOTFS_SIZE_ext3 = "2000000"
-
 IMAGE_FSTYPES ?= "ext3 cpio.gz"
 
 GLIBC_ADDONS = "nptl"
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf
index 3660383..b46d783 100644
--- a/meta-crownbay/conf/machine/crownbay.conf
+++ b/meta-crownbay/conf/machine/crownbay.conf
@@ -39,8 +39,6 @@ MACHINE_EXTRA_RRECOMMENDS = "kernel-modules eee-acpi-scripts"
 
 GUI_MACHINE_CLASS = "bigscreen"
 
-IMAGE_ROOTFS_SIZE_ext3 = "2000000"
-
 IMAGE_FSTYPES ?= "ext3 cpio.gz"
 
 GLIBC_ADDONS = "nptl"
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 6e12c02..7e5e78d 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"
 
 GUI_MACHINE_CLASS = "bigscreen"
 
-IMAGE_ROOTFS_SIZE_ext3 = "2000000"
-
 IMAGE_FSTYPES ?= "ext3 cpio.gz"
 
 GLIBC_ADDONS = "nptl"
diff --git a/meta-fishriver/conf/machine/fishriver.conf b/meta-fishriver/conf/machine/fishriver.conf
index 64c194b..91a1fb6 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"
 
 GUI_MACHINE_CLASS = "bigscreen"
 
-IMAGE_ROOTFS_SIZE_ext3 = "1000000"
-
 IMAGE_FSTYPES ?= "ext3 cpio.gz"
 
 GLIBC_ADDONS = "nptl"
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index f92ffcd..8ae7813 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"
 
 GUI_MACHINE_CLASS = "bigscreen"
 
-IMAGE_ROOTFS_SIZE_ext3 = "2000000"
-
 IMAGE_FSTYPES ?= "ext3 cpio.gz"
 
 GLIBC_ADDONS = "nptl"
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf
index 00534a5..845ac64 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"
 
 GUI_MACHINE_CLASS = "bigscreen"
 
-IMAGE_ROOTFS_SIZE_ext3 = "2000000"
-
 IMAGE_FSTYPES ?= "ext3 cpio.gz"
 
 GLIBC_ADDONS = "nptl"
-- 
1.7.0.4




More information about the poky mailing list