summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 3606fe89a0..3a065f35f6 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -590,7 +590,7 @@
590 </para> 590 </para>
591 591
592 <literallayout class='monospaced'> 592 <literallayout class='monospaced'>
593 poky-eglibc-&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>image_type</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;-&lt;<emphasis>release_version</emphasis>&gt;.sh 593 poky-eglibc-&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>image_type</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;-toolchain-&lt;<emphasis>release_version</emphasis>&gt;.sh
594 594
595 Where: 595 Where:
596 &lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system: 596 &lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system:
@@ -619,7 +619,7 @@
619 development host system and a i586-tuned target architecture 619 development host system and a i586-tuned target architecture
620 based off the SDK for <filename>core-image-sato</filename>: 620 based off the SDK for <filename>core-image-sato</filename>:
621 <literallayout class='monospaced'> 621 <literallayout class='monospaced'>
622 poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh 622 poky-eglibc-x86_64-core-image-sato-toolchain-i586-&DISTRO;.sh
623 </literallayout> 623 </literallayout>
624 </para> 624 </para>
625 625
@@ -648,7 +648,7 @@
648 648
649 <para> 649 <para>
650 <literallayout class='monospaced'> 650 <literallayout class='monospaced'>
651 $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh 651 $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
652 </literallayout> 652 </literallayout>
653 </para> 653 </para>
654 654