]> code.ossystems Code Review - openembedded-core.git/commitdiff
documentation/yocto-project-qs/yocto-project-qs.xml: Corrected environment setup...
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Thu, 20 Jan 2011 16:43:19 +0000 (08:43 -0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 25 Jan 2011 19:58:47 +0000 (11:58 -0800)
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>
documentation/yocto-project-qs/yocto-project-qs.xml

index 2748a68005cd13289f262fb2e0013df0d51c605d..b97b1db875173521eef813da312b04543301d2bf 100644 (file)
          </para>
 
          <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:
          &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>
 
          <para>