[poky] [PATCH 1/5] documentation/yocto-project-qs/yocto-project-qs.xml: Corrected environment setup command


Tue Jan 25 09:04:17 PST 2011


From: Scott Rifenbark <scott at scott-desktop.(none)>

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 at scott-desktop.(none)>
---
 .../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 2748a68..b97b1db 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>
-- 
1.7.1




More information about the poky mailing list