From: Scott Rifenbark Date: Wed, 17 Nov 2010 19:13:12 +0000 (-0800) Subject: documentation/yocto-project-qs/yocto-project-qs.xml: Corrected poky-qemu command... X-Git-Tag: 2011-1~3539 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=aa583453935a13618f0068fdf8d6d3205725ec54;p=openembedded-core.git 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 --- 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 + +