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 a6f7172869..9a62c4f172 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -425,7 +425,7 @@
425 </para> 425 </para>
426 426
427 <literallayout class='monospaced'> 427 <literallayout class='monospaced'>
428 yocto-eglibc&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;-toolchain-sdk-&lt;<emphasis>release</emphasis>&gt;.tar.bz2 428 yocto-eglibc&lt;<emphasis>host_system</emphasis>&gt;-&lt;<emphasis>arch</emphasis>&gt;-toolchain-gmae-&lt;<emphasis>release</emphasis>&gt;.tar.bz2
429 429
430 Where: 430 Where:
431 &lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system: 431 &lt;<emphasis>host_system</emphasis>&gt; is a string representing your development system:
@@ -443,7 +443,7 @@
443 </para> 443 </para>
444 444
445 <literallayout class='monospaced'> 445 <literallayout class='monospaced'>
446 yocto-eglibc-x86_64-i686-toolchain-sdk-1.0.tar.bz2 446 yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2
447 </literallayout> 447 </literallayout>
448 448
449 <para> 449 <para>
@@ -455,7 +455,7 @@
455 <para> 455 <para>
456 <literallayout class='monospaced'> 456 <literallayout class='monospaced'>
457 $ cd / 457 $ cd /
458 $ sudo tar -xvjf yocto-eglibc-x86_64-i686-toolchain-sdk-1.0.tar.bz2 458 $ sudo tar -xvjf yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2
459 </literallayout> 459 </literallayout>
460 </para> 460 </para>
461 </section> 461 </section>