diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-12 13:50:49 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-14 15:29:16 +0100 |
| commit | a205c32dcb229e30c5e8eead1472593fc8bc96a6 (patch) | |
| tree | 7fc37adce80e0b856fd4d885cb7dbd03661fd3ae /meta/conf/machine/include | |
| parent | 1cf060edbe546519706333e324a5a71fe34964a2 (diff) | |
| download | poky-a205c32dcb229e30c5e8eead1472593fc8bc96a6.tar.gz | |
qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them
The ext3 format is pretty much mandatory for qemu usage, so always create it.
(From OE-Core rev: 94da548810eece652bd32fb68a36f978b7d7cf2a)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include')
| -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 9ef242f386..e908f698f4 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 = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" | 4 | MACHINE_FEATURES = "kernel26 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 | ||
