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/machine | |
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/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" | |||
16 | 16 | ||
17 | IMAGE_FSTYPES += "tar.bz2 ext3" | 17 | IMAGE_FSTYPES += "tar.bz2 ext3" |
18 | 18 | ||
19 | ROOT_FLASH_SIZE = "280" | ||
20 | |||
21 | # Don't include kernels in standard images | 19 | # Don't include kernels in standard images |
22 | RDEPENDS_kernel-base = "" | 20 | RDEPENDS_kernel-base = "" |
23 | 21 | ||