From a57cff8ecd1b07958c07f83faeb2c79a572ffe4a Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Tue, 3 May 2011 09:42:55 -0500 Subject: 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 --- meta-crownbay/conf/machine/crownbay-noemgd.conf | 2 -- meta-crownbay/conf/machine/crownbay.conf | 2 -- meta-emenlow/conf/machine/emenlow.conf | 2 -- meta-jasperforest/conf/machine/jasperforest.conf | 2 -- meta-sugarbay/conf/machine/sugarbay.conf | 2 -- 5 files changed, 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" 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 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" 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 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" GUI_MACHINE_CLASS = "bigscreen" -IMAGE_ROOTFS_SIZE_ext3 = "2000000" - 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 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" 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 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" GUI_MACHINE_CLASS = "bigscreen" -IMAGE_ROOTFS_SIZE_ext3 = "2000000" - IMAGE_FSTYPES ?= "ext3 cpio.gz" GLIBC_ADDONS = "nptl" -- cgit v1.2.3-54-g00ecf