mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
00bbd21724
commit
68ceb02e98
@@ -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 ?= ""
|
||||
|
||||
Reference in New Issue
Block a user