aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-02-16 23:41:00 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-17 07:50:37 +0000
commit323ef78e377525e2214f4700c30305c493137853 (patch)
treee475459387bb761d6028751c279ac6a6d5b8ca23 /meta
parent8b8e471b4e6d90e36320fc608b6eec908fd43fe6 (diff)
downloadopenembedded-core-contrib-323ef78e377525e2214f4700c30305c493137853.tar.gz
conf: Remove unused ROOT_FLASH_SIZE variable from the config
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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/conf/bitbake.conf3
-rw-r--r--meta/conf/machine/include/qemu.inc2
2 files changed, 0 insertions, 5 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 5f4a41227a..b1c8dac035 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 f68bf32d16..52215b3930 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 = ""