documentation/yocto-project-qs/yocto-project-qs.xml: Corrected environment setup command

I added the exact architecture strings for each of the five supported
architectures as part of the /opt/poky/environment-setup.... commands
resulting from installing the toolchain tarballs.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
This commit is contained in:
Scott Rifenbark 2011-01-20 08:43:19 -08:00 committed by Saul Wold
parent c8f4bb5257
commit d0be418074
1 changed files with 5 additions and 2 deletions

View File

@ -415,11 +415,14 @@
</para> </para>
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ source /opt/poky/environment-setup-&lt;<emphasis>arch</emphasis>&gt;-poky-linux $ source /opt/poky/environment-setup-&lt;<emphasis>arch</emphasis>&gt;-poky-linux-&lt;<emphasis>if</emphasis>&gt;
Where: Where:
&lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture: &lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
i586, x86-64, ppc, mips, or arm. i586, x86-64, ppc603e, mips, or armv5te.
&lt;<emphasis>if</emphasis>&gt; is a string representing an embedded application binary interface.
Not all setup scripts include this string.
</literallayout> </literallayout>
<para> <para>