From: Tom Rini Date: Thu, 29 Mar 2012 17:19:28 +0000 (-0700) Subject: qemu.inc: Use '+=' for IMAGE_FSTYPES X-Git-Tag: 2015-4~11118 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b04f6504fe049e3e9dd3998377d1fc2d1ef9a13b;p=openembedded-core.git 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. Signed-off-by: Tom Rini Signed-off-by: Richard Purdie --- 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" MACHINE_FEATURES = "apm alsa pcmcia bluetooth irda usbgadget screen" -IMAGE_FSTYPES ?= "tar.bz2 ext3" +IMAGE_FSTYPES += "tar.bz2 ext3" ROOT_FLASH_SIZE = "280"