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>
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 ?= ""
IMAGE_FSTYPES += "tar.bz2 ext3"
-ROOT_FLASH_SIZE = "280"
-
# Don't include kernels in standard images
RDEPENDS_kernel-base = ""