All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] meta-intel: use default rootfs size
@ 2011-05-02 20:32 Tom Zanussi
  2011-05-02 20:32 ` [PATCH 1/1] meta-intel: use default rootfs size for BSPS Tom Zanussi
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Zanussi @ 2011-05-02 20:32 UTC (permalink / raw)
  To: poky

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

Pull URL: git://git.yoctoproject.org/meta-intel.git
  Branch: tzanussi/rootfs-size-changes
  Browse: http://git.yoctoproject.org/cgit.cgi/meta-intel/log/?h=tzanussi/rootfs-size-changes

Tom Zanussi (1):
  meta-intel: use default rootfs size for BSPS

 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(-)



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/1] meta-intel: use default rootfs size for BSPS
  2011-05-02 20:32 [PATCH 0/1] meta-intel: use default rootfs size Tom Zanussi
@ 2011-05-02 20:32 ` Tom Zanussi
  2011-05-02 21:58   ` Darren Hart
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Zanussi @ 2011-05-02 20:32 UTC (permalink / raw)
  To: poky

From: Tom Zanussi <tom.zanussi@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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] meta-intel: use default rootfs size for BSPS
  2011-05-02 20:32 ` [PATCH 1/1] meta-intel: use default rootfs size for BSPS Tom Zanussi
@ 2011-05-02 21:58   ` Darren Hart
  0 siblings, 0 replies; 3+ messages in thread
From: Darren Hart @ 2011-05-02 21:58 UTC (permalink / raw)
  To: Tom Zanussi; +Cc: poky



On 05/02/2011 01:32 PM, Tom Zanussi wrote:
> From: Tom Zanussi <tom.zanussi@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@intel.com>

Acked-by: Darren Hart <dvhart@linux.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"

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-05-02 21:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-02 20:32 [PATCH 0/1] meta-intel: use default rootfs size Tom Zanussi
2011-05-02 20:32 ` [PATCH 1/1] meta-intel: use default rootfs size for BSPS Tom Zanussi
2011-05-02 21:58   ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.