summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-24 13:15:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:09:52 +0000
commit443de9269557c56837fec7c781eb4307dd0bf649 (patch)
tree7cfe34331b025ed51e60399e498ca6b555afdbcb /documentation/adt-manual
parent4569cba6be4fa0864a295dc717dd1b410c7a5cdf (diff)
downloadast2050-yocto-poky-443de9269557c56837fec7c781eb4307dd0bf649.zip
ast2050-yocto-poky-443de9269557c56837fec7c781eb4307dd0bf649.tar.gz
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: b49c86a1a447a8d39b0054a480fb5d4b6f608297) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-prepare.xml27
1 files changed, 16 insertions, 11 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 5a23ac6..b23bfc0 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -288,8 +288,10 @@
</itemizedlist></para></listitem>
<listitem><para>Once you have the installer, run it to install
the toolchain.
- You must change the permissions on the toolchain installer
- script so that it is executable.</para>
+ <note>
+ 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
given a toolchain tarball for a 64-bit x86 development host
system and a 32-bit x86 target architecture.
@@ -298,17 +300,20 @@
<literallayout class='monospaced'>
$ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh
</literallayout>
- <note>
- If you do not have write permissions for the directory
- into which you are installing the toolchain, the
- toolchain installer notifies you and exits.
- Be sure you have write permissions in the directory and
- run the installer again.
- </note>
- Once the tarball is expanded, the cross-toolchain is
+ The first thing the installer prompts you for is the
+ directory into which you want to install the toolchain.
+ The default directory used is
+ <filename>opt/poky/&DISTRO;</filename>.
+ If you do not have write permissions for the directory
+ into which you are installing the toolchain, the
+ toolchain installer notifies you and exits.
+ 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.
You will notice environment setup files for the
- cross-toolchain in the directory.</para></listitem>
+ cross-toolchain in the installation directory.
+ </para></listitem>
</orderedlist>
</para>
</section>
OpenPOWER on IntegriCloud