summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-12 13:50:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 15:29:16 +0100
commita205c32dcb229e30c5e8eead1472593fc8bc96a6 (patch)
tree7fc37adce80e0b856fd4d885cb7dbd03661fd3ae /meta/conf/machine/include
parent1cf060edbe546519706333e324a5a71fe34964a2 (diff)
downloadpoky-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.inc2
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
4MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" 4MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen"
5 5
6IMAGE_FSTYPES ?= "tar.bz2 ext3" 6IMAGE_FSTYPES += "tar.bz2 ext3"
7 7
8ROOT_FLASH_SIZE = "280" 8ROOT_FLASH_SIZE = "280"
9 9