summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs/yocto-project-qs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-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 e8b92d7f82..9c8a1078ca 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -591,7 +591,7 @@
591 </para> 591 </para>
592 592
593 <literallayout class='monospaced'> 593 <literallayout class='monospaced'>
594 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 594 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
595 595
596 Where: 596 Where:
597 &lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system: 597 &lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system:
@@ -620,7 +620,7 @@
620 development host system and a i586-tuned target architecture 620 development host system and a i586-tuned target architecture
621 based off the SDK for <filename>core-image-sato</filename>: 621 based off the SDK for <filename>core-image-sato</filename>:
622 <literallayout class='monospaced'> 622 <literallayout class='monospaced'>
623 poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh 623 poky-eglibc-x86_64-core-image-sato-toolchain-i586-&DISTRO;.sh
624 </literallayout> 624 </literallayout>
625 </para> 625 </para>
626 626
@@ -649,7 +649,7 @@
649 649
650 <para> 650 <para>
651 <literallayout class='monospaced'> 651 <literallayout class='monospaced'>
652 $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-&DISTRO;.sh 652 $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
653 </literallayout> 653 </literallayout>
654 </para> 654 </para>
655 655