summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 35eebbcd8c..8bd8a07914 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -539,7 +539,7 @@
539 539
540 Where: 540 Where:
541 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture: 541 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
542 i686, x86_64, ppc603e, mips, or armv5te. 542 i586, x86_64, ppc603e, mips, or armv5te.
543 543
544 &lt;<emphasis>if</emphasis>&gt; is a string representing an embedded application binary interface. 544 &lt;<emphasis>if</emphasis>&gt; is a string representing an embedded application binary interface.
545 Not all setup scripts include this string. 545 Not all setup scripts include this string.
@@ -550,15 +550,15 @@
550 </para> 550 </para>
551 551
552 <literallayout class='monospaced'> 552 <literallayout class='monospaced'>
553 $ poky-qemu &lt;<emphasis>qemuarch</emphasis>&gt; &lt;<emphasis>kernel</emphasis>&gt; &lt;<emphasis>filesystem_image</emphasis>&gt; 553 $ poky-qemu &lt;<emphasis>qemuarch</emphasis>&gt; &lt;<emphasis>kernel-image</emphasis>&gt; &lt;<emphasis>filesystem-image</emphasis>&gt;
554 554
555 Where: 555 Where:
556 &lt;<emphasis>qemuarch</emphasis>&gt; is a string representing the target architecture: qemux86, qemux86-64, 556 &lt;<emphasis>qemuarch</emphasis>&gt; is a string representing the target architecture: qemux86, qemux86-64,
557 qemuppc, qemumips, or qemuarm. 557 qemuppc, qemumips, or qemuarm.
558 558
559 &lt;<emphasis>kernel</emphasis>&gt; is the architecture-specific kernel. 559 &lt;<emphasis>kernel-image</emphasis>&gt; is the architecture-specific kernel image.
560 560
561 &lt;<emphasis>filesystem_image</emphasis>&gt; is the .ext3 filesystem image. 561 &lt;<emphasis>filesystem-image</emphasis>&gt; is the .ext3 filesystem image.
562 562
563 </literallayout> 563 </literallayout>
564 564