From 323ef78e377525e2214f4700c30305c493137853 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 16 Feb 2013 23:41:00 +0100 Subject: 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 --- meta/conf/bitbake.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/conf/bitbake.conf') 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 ?= "" -- cgit 1.2.3-korg