All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] runqemu: fix for iso
@ 2016-03-29  7:55 Robert Yang
  2016-03-29  7:55 ` [PATCH 1/1] " Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-03-29  7:55 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit a3e254992444b0cc92e182151fefba7e3324ad55:

  build-appliance-image: Update to master head revision (2016-03-28 17:02:04 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/runqemu
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=4618757d9910b199d7bf79235efd9bf0b2514da2

Robert Yang (1):
  runqemu: fix for iso

 scripts/runqemu | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.7.4



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

* [PATCH 1/1] runqemu: fix for iso
  2016-03-29  7:55 [PATCH 0/1] runqemu: fix for iso Robert Yang
@ 2016-03-29  7:55 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-03-29  7:55 UTC (permalink / raw)
  To: openembedded-core

It should be the similar type as hddimg, rather than ext234 or btrfs.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
---
 scripts/runqemu | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index ab7c4f3..49ccd18 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -125,10 +125,10 @@ while true; do
             [ -z "$MACHINE" -o "$MACHINE" = "$arg" ] && MACHINE=$arg || \
                 error "conflicting MACHINE types [$MACHINE] and [$arg]"
             ;;
-        "ext"[234] | "jffs2" | "nfs" | "btrfs" | "iso")
+        "ext"[234] | "jffs2" | "nfs" | "btrfs")
             check_fstype_conflicts $arg
             ;;
-        "hddimg" | "hdddirect" | "wic" | "vmdk" | "qcow2" | "vdi")
+        "hddimg" | "hdddirect" | "wic" | "vmdk" | "qcow2" | "vdi" | "iso")
             check_fstype_conflicts $arg
             IS_VM="true"
             ;;
-- 
2.7.4



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

end of thread, other threads:[~2016-03-29  7:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-29  7:55 [PATCH 0/1] runqemu: fix for iso Robert Yang
2016-03-29  7:55 ` [PATCH 1/1] " Robert Yang

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.