diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-01-20 08:43:19 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-25 11:58:47 -0800 |
commit | d0be418074beca3d504a7d636d1e465d41419572 (patch) | |
tree | 52b10e1de3c50516fb973096201ba17141df69a8 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | c8f4bb5257e29bb8f7f0407434fe2138d25c29cd (diff) | |
download | openembedded-core-d0be418074beca3d504a7d636d1e465d41419572.tar.gz openembedded-core-d0be418074beca3d504a7d636d1e465d41419572.tar.bz2 openembedded-core-d0be418074beca3d504a7d636d1e465d41419572.zip |
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>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-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 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 @@ </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> |