diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-17 11:13:12 -0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-12-10 22:01:07 -0800 |
commit | aa583453935a13618f0068fdf8d6d3205725ec54 (patch) | |
tree | 4763bb967b8273fff5694eaa8de39fd2a4a21cac /documentation | |
parent | eccaafa620cdc982525f19deffa13beef84d4c21 (diff) | |
download | poky-aa583453935a13618f0068fdf8d6d3205725ec54.tar.gz |
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 <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 10 |
1 files changed, 9 insertions, 1 deletions
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 @@ | |||
354 | 354 | ||
355 | <literallayout class='monospaced'> | 355 | <literallayout class='monospaced'> |
356 | $ source /opt/poky/environment-setup-i586-poky-linux | 356 | $ source /opt/poky/environment-setup-i586-poky-linux |
357 | $ poky-qemu <<emphasis>kernel</emphasis>> <<emphasis>image</emphasis>> | 357 | $ poky-qemu <<emphasis>qemuarch</emphasis>> <<emphasis>kernel</emphasis>> <<emphasis>image</emphasis>> <<emphasis>fstype</emphasis>> |
358 | </literallayout> | 358 | </literallayout> |
359 | <para> | ||
360 | For example: | ||
361 | </para> | ||
362 | <literallayout class='monospaced'> | ||
363 | $ poky-qemu qemuppc zImage-2.6.34-qemuppc-0.9 \ | ||
364 | yocto-image-minimal-qemuppc-0.9.rootfs.ext3 ext3 | ||
365 | </literallayout> | ||
366 | |||
359 | </section> | 367 | </section> |
360 | </section> | 368 | </section> |
361 | 369 | ||