From da12d93530bb6efba0c5f7bc5ee79e83eff80da1 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Mon, 2 May 2011 14:55:11 -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-fishriver/conf/machine/fishriver.conf | 2 -- meta-jasperforest/conf/machine/jasperforest.conf | 2 -- meta-sugarbay/conf/machine/sugarbay.conf | 2 -- 6 files changed, 12 deletions(-) diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index a65339b6..64709111 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 3660383c..b46d7838 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 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-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" 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 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