summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 249fa7b3d7..194c65ffd0 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -653,10 +653,11 @@
653 <para> 653 <para>
654 Continuing with the example, the following two commands setup the emulation 654 Continuing with the example, the following two commands setup the emulation
655 environment and launch QEMU. 655 environment and launch QEMU.
656 This example assumes the root filesystem tarball has been downloaded and expanded, and 656 This example assumes the toolchain tarball has been downloaded and expanded
657 into <filename>/opt/poky</filename> and
657 that the kernel and filesystem are for a 32-bit target architecture. 658 that the kernel and filesystem are for a 32-bit target architecture.
658 <literallayout class='monospaced'> 659 <literallayout class='monospaced'>
659 $ source /opt/poky/1.1.1/environment-setup-i686-poky-linux 660 $ source /opt/poky/1.1.1/environment-setup-i586-poky-linux
660 $ runqemu qemux86 bzImage-3.0-qemux86-1.1.1.bin \ 661 $ runqemu qemux86 bzImage-3.0-qemux86-1.1.1.bin \
661 core-image-sato-qemux86.ext3 662 core-image-sato-qemux86.ext3
662 </literallayout> 663 </literallayout>