From: Holger Hans Peter Freyther Date: Sat, 16 Feb 2013 22:41:00 +0000 (+0100) Subject: conf: Remove unused ROOT_FLASH_SIZE variable from the config X-Git-Tag: rev_ivi_2015_02_04~13660 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0f9faaad85a352af426935ed3adda5c0f7602cd5;p=scm%2Fbb%2Ftizen-distro.git 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. (From OE-Core rev: 323ef78e377525e2214f4700c30305c493137853) Signed-off-by: Richard Purdie --- 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 = ""