adt-manual: Edits to the "Using a Cross-Toolchain Tarball" section.

This section was not quite right for the installation method
after obtaining the tarball.  There was some old stuff in there
and it didn't mention the fact that the script asks you what
directory you want to install into.

(From yocto-docs rev: d950b48fede7a139aad0aa4da39a2b34fa565438)

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 2013-10-24 13:15:24 -07:00 committed by Richard Purdie
parent c7000e6817
commit b963e5d723
1 changed files with 16 additions and 11 deletions

View File

@ -288,8 +288,10 @@
</itemizedlist></para></listitem> </itemizedlist></para></listitem>
<listitem><para>Once you have the installer, run it to install <listitem><para>Once you have the installer, run it to install
the toolchain. the toolchain.
You must change the permissions on the toolchain installer <note>
script so that it is executable.</para> You must change the permissions on the toolchain
installer script so that it is executable.
</note></para>
<para>The following command shows how to run the installer <para>The following command shows how to run the installer
given a toolchain tarball for a 64-bit x86 development host given a toolchain tarball for a 64-bit x86 development host
system and a 32-bit x86 target architecture. system and a 32-bit x86 target architecture.
@ -298,17 +300,20 @@
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
</literallayout> </literallayout>
<note> The first thing the installer prompts you for is the
If you do not have write permissions for the directory directory into which you want to install the toolchain.
into which you are installing the toolchain, the The default directory used is
toolchain installer notifies you and exits. <filename>opt/poky/&DISTRO;</filename>.
Be sure you have write permissions in the directory and If you do not have write permissions for the directory
run the installer again. into which you are installing the toolchain, the
</note> toolchain installer notifies you and exits.
Once the tarball is expanded, the cross-toolchain is Be sure you have write permissions in the directory and
run the installer again.</para>
<para>When the script finishes, the cross-toolchain is
installed. installed.
You will notice environment setup files for the You will notice environment setup files for the
cross-toolchain in the directory.</para></listitem> cross-toolchain in the installation directory.
</para></listitem>
</orderedlist> </orderedlist>
</para> </para>
</section> </section>