From: Scott Rifenbark Date: Thu, 20 Jan 2011 16:43:19 +0000 (-0800) Subject: documentation/yocto-project-qs/yocto-project-qs.xml: Corrected environment setup... X-Git-Tag: 2011-1~2698 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d0be418074beca3d504a7d636d1e465d41419572;p=openembedded-core.git 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 --- 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 @@ - $ source /opt/poky/environment-setup-<arch>-poky-linux + $ source /opt/poky/environment-setup-<arch>-poky-linux-<if> Where: <arch> is a string representing the target architecture: - i586, x86-64, ppc, mips, or arm. + i586, x86-64, ppc603e, mips, or armv5te. + + <if> is a string representing an embedded application binary interface. + Not all setup scripts include this string.