* [PATCH] conf: Remove unused ROOT_FLASH_SIZE variable from the config
@ 2013-02-16 22:41 Holger Hans Peter Freyther
2013-02-16 23:13 ` Marcin Juszkiewicz
0 siblings, 1 reply; 3+ messages in thread
From: Holger Hans Peter Freyther @ 2013-02-16 22:41 UTC (permalink / raw)
To: openembedded-core; +Cc: Holger Hans Peter Freyther
This variable is set but never used in OE-core and meta-oe. It
was historically used for the Opie collection but seems to be
unused now.
---
meta/conf/bitbake.conf | 3 ---
meta/conf/machine/include/qemu.inc | 2 --
2 files changed, 5 deletions(-)
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 5f4a412..b1c8dac 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -721,9 +721,6 @@ OES_BITBAKE_CONF = "1"
DISTRO_FEATURES ?= ""
-# This is used to limit what packages goes into images built, so set big by default
-ROOT_FLASH_SIZE ?= "256"
-
DISTRO_EXTRA_RDEPENDS ?= ""
DISTRO_EXTRA_RRECOMMENDS ?= ""
MACHINE_EXTRA_RDEPENDS ?= ""
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index f68bf32..52215b3 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -16,8 +16,6 @@ MACHINEOVERRIDES .= ":qemuall"
IMAGE_FSTYPES += "tar.bz2 ext3"
-ROOT_FLASH_SIZE = "280"
-
# Don't include kernels in standard images
RDEPENDS_kernel-base = ""
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] conf: Remove unused ROOT_FLASH_SIZE variable from the config
2013-02-16 22:41 [PATCH] conf: Remove unused ROOT_FLASH_SIZE variable from the config Holger Hans Peter Freyther
@ 2013-02-16 23:13 ` Marcin Juszkiewicz
2013-02-21 22:33 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Marcin Juszkiewicz @ 2013-02-16 23:13 UTC (permalink / raw)
To: openembedded-core
W dniu 16.02.2013 23:41, Holger Hans Peter Freyther pisze:
> This variable is set but never used in OE-core and meta-oe. It
> was historically used for the Opie collection but seems to be
> unused now.
As I am one of those who remember when it was added:
Acked-By: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] conf: Remove unused ROOT_FLASH_SIZE variable from the config
2013-02-16 23:13 ` Marcin Juszkiewicz
@ 2013-02-21 22:33 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2013-02-21 22:33 UTC (permalink / raw)
To: Marcin Juszkiewicz; +Cc: openembedded-core
On (17/02/13 00:13), Marcin Juszkiewicz wrote:
> W dniu 16.02.2013 23:41, Holger Hans Peter Freyther pisze:
> > This variable is set but never used in OE-core and meta-oe. It
> > was historically used for the Opie collection but seems to be
> > unused now.
>
> As I am one of those who remember when it was added:
>
> Acked-By: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
There are many BSPs that are still defining it and angstrom depended on
it which now defines it lazily since its not in bitbake.conf anymore
but I wonder if machine confs which define it should also remove it
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-21 22:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-16 22:41 [PATCH] conf: Remove unused ROOT_FLASH_SIZE variable from the config Holger Hans Peter Freyther
2013-02-16 23:13 ` Marcin Juszkiewicz
2013-02-21 22:33 ` Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox