From b4da263510eba524efd30fe28fa39b363afef584 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 3 Aug 2011 12:32:10 -0700 Subject: [PATCH] documentation/yocto-project-qs/yocto-project-qs.xml: updated toolchain section. I changed the 'i686' stuff to 'i586' after seeing that it is named that in the actual index of downloads area. I also tightened up the example a bit. (From yocto-docs rev: ab76e8f8aa3d8d24d1fd8ff3b7f8f175b8b8f663) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index c13ed96187..4e3bb28cdf 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -438,7 +438,7 @@ i686 or x86_64. <arch> is a string representing the target architecture: - i686, x86_64, powerpc, mips, or arm. + i586, x86_64, powerpc, mips, or arm. <release> is the version of Yocto Project. @@ -449,19 +449,20 @@ - yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2 + yocto-eglibc-x86_64-i586-toolchain-gmae-1.0.tar.bz2 The toolchain tarballs are self-contained and must be installed into /opt/poky. The following commands show how you install the toolchain tarball given a 64-bit development host system and a 32-bit target architecture. + The example assumes the toolchain tarball is located in ~/toolchains/: $ cd / - $ sudo tar -xvjf yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2 + $ sudo tar -xvjf ~/toolchains/yocto-eglibc-x86_64-i586-toolchain-gmae-1.0.tar.bz2