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 07:50:37 +0000 |
commit | 323ef78e377525e2214f4700c30305c493137853 (patch) | |
tree | e475459387bb761d6028751c279ac6a6d5b8ca23 /meta/conf/machine | |
parent | 8b8e471b4e6d90e36320fc608b6eec908fd43fe6 (diff) | |
download | openembedded-core-323ef78e377525e2214f4700c30305c493137853.tar.gz openembedded-core-323ef78e377525e2214f4700c30305c493137853.tar.bz2 openembedded-core-323ef78e377525e2214f4700c30305c493137853.zip |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index f68bf32d16..52215b3930 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 = "" |