conf: Remove unused ROOT_FLASH_SIZE variable from the config
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Sat, 16 Feb 2013 22:41:00 +0000 (23:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 17 Feb 2013 09:07:40 +0000 (09:07 +0000)
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.

(From OE-Core rev: 323ef78e377525e2214f4700c30305c493137853)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf
meta/conf/machine/include/qemu.inc

index 5f4a412..b1c8dac 100644 (file)
@@ -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 ?= ""
index f68bf32..52215b3 100644 (file)
@@ -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 = ""