From d0be418074beca3d504a7d636d1e465d41419572 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 20 Jan 2011 08:43:19 -0800 Subject: 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 --- documentation/yocto-project-qs/yocto-project-qs.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation') 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. -- cgit v1.2.3-54-g00ecf