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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-08-03 12:32:10 -07:00 committed by Richard Purdie
parent fa1fb04bbb
commit b4da263510
1 changed files with 4 additions and 3 deletions

View File

@ -438,7 +438,7 @@
i686 or x86_64.
&lt;<emphasis>arch</emphasis>&gt; is a string representing the target architecture:
i686, x86_64, powerpc, mips, or arm.
i586, x86_64, powerpc, mips, or arm.
&lt;<emphasis>release</emphasis>&gt; is the version of Yocto Project.
</literallayout>
@ -449,19 +449,20 @@
</para>
<literallayout class='monospaced'>
yocto-eglibc-x86_64-i686-toolchain-gmae-1.0.tar.bz2
yocto-eglibc-x86_64-i586-toolchain-gmae-1.0.tar.bz2
</literallayout>
<para>
The toolchain tarballs are self-contained and must be installed into <filename>/opt/poky</filename>.
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 <filename>~/toolchains/</filename>:
</para>
<para>
<literallayout class='monospaced'>
$ 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
</literallayout>
</para>
</section>