]> code.ossystems Code Review - openembedded-core.git/commitdiff
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 07:50:37 +0000 (07:50 +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.

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

index 5f4a41227a4610fd7d96285ef20c50e49e80d509..b1c8dac0351fab5fe2f95f388631e03ac37c8997 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 f68bf32d16877e9554eaee842bbcd18ba917200e..52215b393085f8509fca551d0bce71251ed5031e 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 = ""