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.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 2748a68005..b97b1db875 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -415,11 +415,14 @@
415 </para> 415 </para>
416 416
417 <literallayout class='monospaced'> 417 <literallayout class='monospaced'>
418 $ source /opt/poky/environment-setup-&lt;<emphasis>arch</emphasis>&gt;-poky-linux 418 $ source /opt/poky/environment-setup-&lt;<emphasis>arch</emphasis>&gt;-poky-linux-&lt;<emphasis>if</emphasis>&gt;
419 419
420 Where: 420 Where:
421 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture: 421 &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
422 i586, x86-64, ppc, mips, or arm. 422 i586, x86-64, ppc603e, mips, or armv5te.
423
424 &lt;<emphasis>if</emphasis>&gt; is a string representing an embedded application binary interface.
425 Not all setup scripts include this string.
423 </literallayout> 426 </literallayout>
424 427
425 <para> 428 <para>