diff options
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 7 |
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 2748a6800..b97b1db87 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -415,11 +415,14 @@ </para> <literallayout class='monospaced'> - $ source /opt/poky/environment-setup-<<emphasis>arch</emphasis>>-poky-linux + $ source /opt/poky/environment-setup-<<emphasis>arch</emphasis>>-poky-linux-<<emphasis>if</emphasis>> Where: <<emphasis>arch</emphasis>> is a string representing the target architecture: - i586, x86-64, ppc, mips, or arm. + i586, x86-64, ppc603e, mips, or armv5te. + + <<emphasis>if</emphasis>> is a string representing an embedded application binary interface. + Not all setup scripts include this string. </literallayout> <para> |