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