From patchwork Mon Jun 13 06:54:27 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [*RFC, CONSOLIDATED, PULL, RFC*, 17/23] qemu.inc: append to IMAGE_FSTYPES instead of weakly assigning them Date: Mon, 13 Jun 2011 06:54:27 -0000 From: Saul Wold X-Patchwork-Id: 5721 Message-Id: <2c24d5e1e1d81ceda9f1dc6f1a0be90fc5c6dc28.1307947593.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Cc: Koen Kooi From: Koen Kooi The ext3 format is pretty much mandatory for qemu usage, so always create it. Signed-off-by: Koen Kooi --- 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 9ef242f..e908f69 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"