diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-24 13:15:24 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:46:44 +0000 |
commit | b963e5d723f86b48593c5bcf77787dba4d39b01a (patch) | |
tree | de88e8e0d69b9f65a65f9a2b3799cda085b02907 /documentation/adt-manual | |
parent | c7000e6817671d99db5cbf3a9091d4e4a0c8a31a (diff) | |
download | poky-b963e5d723f86b48593c5bcf77787dba4d39b01a.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: d950b48fede7a139aad0aa4da39a2b34fa565438)
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.xml | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 5a23ac6c78..b23bfc05e4 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -288,8 +288,10 @@ | |||
288 | </itemizedlist></para></listitem> | 288 | </itemizedlist></para></listitem> |
289 | <listitem><para>Once you have the installer, run it to install | 289 | <listitem><para>Once you have the installer, run it to install |
290 | the toolchain. | 290 | the toolchain. |
291 | You must change the permissions on the toolchain installer | 291 | <note> |
292 | script so that it is executable.</para> | 292 | You must change the permissions on the toolchain |
293 | installer script so that it is executable. | ||
294 | </note></para> | ||
293 | <para>The following command shows how to run the installer | 295 | <para>The following command shows how to run the installer |
294 | given a toolchain tarball for a 64-bit x86 development host | 296 | given a toolchain tarball for a 64-bit x86 development host |
295 | system and a 32-bit x86 target architecture. | 297 | system and a 32-bit x86 target architecture. |
@@ -298,17 +300,20 @@ | |||
298 | <literallayout class='monospaced'> | 300 | <literallayout class='monospaced'> |
299 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh | 301 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
300 | </literallayout> | 302 | </literallayout> |
301 | <note> | 303 | The first thing the installer prompts you for is the |
302 | If you do not have write permissions for the directory | 304 | directory into which you want to install the toolchain. |
303 | into which you are installing the toolchain, the | 305 | The default directory used is |
304 | toolchain installer notifies you and exits. | 306 | <filename>opt/poky/&DISTRO;</filename>. |
305 | Be sure you have write permissions in the directory and | 307 | If you do not have write permissions for the directory |
306 | run the installer again. | 308 | into which you are installing the toolchain, the |
307 | </note> | 309 | toolchain installer notifies you and exits. |
308 | Once the tarball is expanded, the cross-toolchain is | 310 | Be sure you have write permissions in the directory and |
311 | run the installer again.</para> | ||
312 | <para>When the script finishes, the cross-toolchain is | ||
309 | installed. | 313 | installed. |
310 | You will notice environment setup files for the | 314 | You will notice environment setup files for the |
311 | cross-toolchain in the directory.</para></listitem> | 315 | cross-toolchain in the installation directory. |
316 | </para></listitem> | ||
312 | </orderedlist> | 317 | </orderedlist> |
313 | </para> | 318 | </para> |
314 | </section> | 319 | </section> |