All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES
@ 2012-03-23 17:35 Tom Rini
  2012-03-26  9:15 ` Richard Purdie
  0 siblings, 1 reply; 11+ messages in thread
From: Tom Rini @ 2012-03-23 17:35 UTC (permalink / raw)
  To: openembedded-core

As per
http://lists.linuxtogo.org/pipermail/openembedded-core/2012-March/019772.html
a machine conf file should use '=' to set IMAGE_FSTYPES.

Signed-off-by: Tom Rini <trini@ti.com>
---
 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..b613287 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"
 
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2012-03-29 10:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-23 17:35 [PATCH] qemu.inc: Use '=' for IMAGE_FSTYPES Tom Rini
2012-03-26  9:15 ` Richard Purdie
2012-03-26 16:25   ` Tom Rini
2012-03-26 16:56     ` Richard Purdie
2012-03-26 17:13       ` Tom Rini
2012-03-26 18:39         ` Darren Hart
2012-03-26 19:31         ` Denys Dmytriyenko
2012-03-28 18:54       ` Denys Dmytriyenko
2012-03-28 21:11         ` Richard Purdie
2012-03-28 23:29           ` Tom Rini
2012-03-29  9:51             ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.