All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scripts/runqemu: Allow FSTYPE to be changed from the environment
@ 2015-03-19 11:32 Richard Purdie
  2015-03-19 16:35 ` Bernhard Reutner-Fischer
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Purdie @ 2015-03-19 11:32 UTC (permalink / raw)
  To: openembedded-core

Currently its not possible to change FSTYPE from the environment but it would
be useful to do so where multiple image types have been generated. This
adds that possibility.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/scripts/runqemu b/scripts/runqemu
index 1277e82..84ece4d 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -62,7 +62,7 @@ MACHINE=${MACHINE:=""}
 KERNEL=${KERNEL:=""}
 ROOTFS=${ROOTFS:=""}
 VM=${VM:=""}
-FSTYPE=""
+FSTYPE=${FSTYPE:=""}
 LAZY_ROOTFS=""
 SCRIPT_QEMU_OPT=""
 SCRIPT_QEMU_EXTRA_OPT=""





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

* Re: [PATCH] scripts/runqemu: Allow FSTYPE to be changed from the environment
  2015-03-19 11:32 [PATCH] scripts/runqemu: Allow FSTYPE to be changed from the environment Richard Purdie
@ 2015-03-19 16:35 ` Bernhard Reutner-Fischer
  0 siblings, 0 replies; 2+ messages in thread
From: Bernhard Reutner-Fischer @ 2015-03-19 16:35 UTC (permalink / raw)
  To: Richard Purdie, openembedded-core

On March 19, 2015 12:32:42 PM GMT+01:00, Richard Purdie <richard.purdie@linuxfoundation.org> wrote:
>Currently its not possible to change FSTYPE from the environment but it
>would
>be useful to do so where multiple image types have been generated. This
>adds that possibility.
>
>Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

Acked-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>

Through reading.
Thanks!

>
>diff --git a/scripts/runqemu b/scripts/runqemu
>index 1277e82..84ece4d 100755
>--- a/scripts/runqemu
>+++ b/scripts/runqemu
>@@ -62,7 +62,7 @@ MACHINE=${MACHINE:=""}
> KERNEL=${KERNEL:=""}
> ROOTFS=${ROOTFS:=""}
> VM=${VM:=""}
>-FSTYPE=""
>+FSTYPE=${FSTYPE:=""}
> LAZY_ROOTFS=""
> SCRIPT_QEMU_OPT=""
> SCRIPT_QEMU_EXTRA_OPT=""




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

end of thread, other threads:[~2015-03-19 16:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-19 11:32 [PATCH] scripts/runqemu: Allow FSTYPE to be changed from the environment Richard Purdie
2015-03-19 16:35 ` Bernhard Reutner-Fischer

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.