* [PATCH 0/1] runqemu: let ramfs equal to cpio.gz
@ 2016-04-10 14:16 Robert Yang
2016-04-10 14:16 ` [PATCH 1/1] " Robert Yang
0 siblings, 1 reply; 2+ messages in thread
From: Robert Yang @ 2016-04-10 14:16 UTC (permalink / raw)
To: openembedded-core
The following changes since commit d2734fbfe209fcb8bd908b55e64d1ea8712d02c1:
local.conf.sample: Make it possible to override EXTRA_IMAGE_FEATURES (2016-04-09 07:56:57 +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=rbt/runqemu
Robert Yang (1):
runqemu: let ramfs equal to cpio.gz
scripts/runqemu | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.8.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] runqemu: let ramfs equal to cpio.gz
2016-04-10 14:16 [PATCH 0/1] runqemu: let ramfs equal to cpio.gz Robert Yang
@ 2016-04-10 14:16 ` Robert Yang
0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2016-04-10 14:16 UTC (permalink / raw)
To: openembedded-core
For example, support both:
$ runqemu qemux86-64 ramfs
$ runqemu qemux86-64 cpio.gz (new)
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 49ccd18..d7fa941 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -40,7 +40,7 @@ Examples:
$MYNAME qemux86-64 core-image-sato ext4
$MYNAME qemux86-64 wic-image-minimal wic
$MYNAME path/to/bzImage-qemux86.bin path/to/nfsrootdir/ serial
- $MYNAME qemux86 iso/hddimg/vmdk/qcow2/vdi/ramfs...
+ $MYNAME qemux86 iso/hddimg/vmdk/qcow2/vdi/ramfs/cpio.gz...
$MYNAME qemux86 qemuparams="-m 256"
$MYNAME qemux86 bootparams="psplash=false"
$MYNAME path/to/<image>-<machine>.vmdk
@@ -132,7 +132,7 @@ while true; do
check_fstype_conflicts $arg
IS_VM="true"
;;
- "ramfs")
+ "ramfs" | "cpio.gz")
FSTYPE=cpio.gz
;;
"nographic")
--
2.8.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-10 14:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-10 14:16 [PATCH 0/1] runqemu: let ramfs equal to cpio.gz Robert Yang
2016-04-10 14:16 ` [PATCH 1/1] " Robert Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox