diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-02-16 23:41:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-17 09:07:40 +0000 |
commit | 68ceb02e98c977dd3eadea2c38b5eb796d6b6db4 (patch) | |
tree | 2371974c411795c63e88cd3a1b006421cab78357 /meta/conf/bitbake.conf | |
parent | 00bbd217245ac4d2ef4374f0f0031b9d547d9fa8 (diff) | |
download | poky-68ceb02e98c977dd3eadea2c38b5eb796d6b6db4.tar.gz |
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>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 0 insertions, 3 deletions
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" | |||
721 | 721 | ||
722 | DISTRO_FEATURES ?= "" | 722 | DISTRO_FEATURES ?= "" |
723 | 723 | ||
724 | # This is used to limit what packages goes into images built, so set big by default | ||
725 | ROOT_FLASH_SIZE ?= "256" | ||
726 | |||
727 | DISTRO_EXTRA_RDEPENDS ?= "" | 724 | DISTRO_EXTRA_RDEPENDS ?= "" |
728 | DISTRO_EXTRA_RRECOMMENDS ?= "" | 725 | DISTRO_EXTRA_RRECOMMENDS ?= "" |
729 | MACHINE_EXTRA_RDEPENDS ?= "" | 726 | MACHINE_EXTRA_RDEPENDS ?= "" |