diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-13 14:01:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:52 +0100 |
commit | c4a923bcb0194c05b14d40be7ad4ecd193eb7a69 (patch) | |
tree | 6bec21f8000bfb08a8405124b78cdbdc1c22b0b6 /documentation/adt-manual/adt-command.xml | |
parent | 4c90692716feb5e52f7859e2013b02f6f6703062 (diff) | |
download | poky-c4a923bcb0194c05b14d40be7ad4ecd193eb7a69.tar.gz |
documentation: Toolchain corrections from tarball to .sh file
For 1.3 there is not longer a toolchain tarball. Instead, there
is a wrapper script that lets you install the tarball. This
fundamental usage model change caused several ripples throughout
the documentation set. I have changed wordings and examples
to reflect the new paradigm.
(From yocto-docs rev: afb2069daa91e04c0f78ba425a6b184cb820d888)
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/adt-command.xml')
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index f5ed906962..074e51c1f1 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
@@ -32,7 +32,7 @@ | |||
32 | For an Autotools-based project, you can use the cross-toolchain by just | 32 | For an Autotools-based project, you can use the cross-toolchain by just |
33 | passing the appropriate host option to <filename>configure.sh</filename>. | 33 | passing the appropriate host option to <filename>configure.sh</filename>. |
34 | The host option you use is derived from the name of the environment setup | 34 | The host option you use is derived from the name of the environment setup |
35 | script in <filename>/opt/poky</filename> resulting from unpacking the | 35 | script in <filename>/opt/poky</filename> resulting from installation of the |
36 | cross-toolchain tarball. | 36 | cross-toolchain tarball. |
37 | For example, the host option for an ARM-based target that uses the GNU EABI | 37 | For example, the host option for an ARM-based target that uses the GNU EABI |
38 | is <filename>armv5te-poky-linux-gnueabi</filename>. | 38 | is <filename>armv5te-poky-linux-gnueabi</filename>. |