diff options
author | Tom Rini <trini@ti.com> | 2012-03-29 10:19:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-29 22:57:29 +0100 |
commit | db4c8303284b0d9a2582b7aa1b0b185afa92facb (patch) | |
tree | a2298e6a9de4ccec8414d46155e16ee1b045b6f2 /meta/conf | |
parent | 64d9976cdc812b173593274e25ac95e155ca3267 (diff) | |
download | poky-db4c8303284b0d9a2582b7aa1b0b185afa92facb.tar.gz |
qemu.inc: Use '+=' for IMAGE_FSTYPES
As per
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/020053.html
a machine conf file should use '+=' to set IMAGE_FSTYPES.
(From OE-Core rev: b04f6504fe049e3e9dd3998377d1fc2d1ef9a13b)
Signed-off-by: Tom Rini <trini@ti.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 10ab76ed6b..66b0caa5a9 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc | |||
@@ -3,7 +3,7 @@ PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive" | |||
3 | 3 | ||
4 | MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen" | 4 | MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen" |
5 | 5 | ||
6 | IMAGE_FSTYPES ?= "tar.bz2 ext3" | 6 | IMAGE_FSTYPES += "tar.bz2 ext3" |
7 | 7 | ||
8 | ROOT_FLASH_SIZE = "280" | 8 | ROOT_FLASH_SIZE = "280" |
9 | 9 | ||