From: Koen Kooi Date: Sun, 12 Jun 2011 11:50:49 +0000 (+0200) Subject: qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a205c32dcb229e30c5e8eead1472593fc8bc96a6;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 9ef242f3860..e908f698f4d 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" MACHINE_FEATURES = "kernel26 apm alsa pcmcia bluetooth irda usbgadget screen" -IMAGE_FSTYPES ?= "tar.bz2 ext3" +IMAGE_FSTYPES += "tar.bz2 ext3" ROOT_FLASH_SIZE = "280"