[oe-commits] Tom Rini : qemu.inc: Use '+=' for IMAGE_FSTYPES

git at git.openembedded.org git at git.openembedded.org
Thu Mar 29 21:22:56 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: b04f6504fe049e3e9dd3998377d1fc2d1ef9a13b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b04f6504fe049e3e9dd3998377d1fc2d1ef9a13b

Author: Tom Rini <trini at ti.com>
Date:   Thu Mar 29 10:19:28 2012 -0700

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 <trini at ti.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 10ab76e..66b0caa 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"
 





More information about the Openembedded-commits mailing list