From aa583453935a13618f0068fdf8d6d3205725ec54 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 17 Nov 2010 11:13:12 -0800 Subject: [PATCH] documentation/yocto-project-qs/yocto-project-qs.xml: Corrected poky-qemu command example in the 'Using Pre-Build Binaries and QEMU' section. Added fstype to the command form and also inserted an example use. Signed-off-by: Scott Rifenbark --- documentation/yocto-project-qs/yocto-project-qs.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 7aaf05202a..7e99977d11 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -354,8 +354,16 @@ $ source /opt/poky/environment-setup-i586-poky-linux - $ poky-qemu <kernel> <image> + $ poky-qemu <qemuarch> <kernel> <image> <fstype> + + For example: + + + $ poky-qemu qemuppc zImage-2.6.34-qemuppc-0.9 \ + yocto-image-minimal-qemuppc-0.9.rootfs.ext3 ext3 + +