summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-command.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-13 14:01:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:52 +0100
commitc4a923bcb0194c05b14d40be7ad4ecd193eb7a69 (patch)
tree6bec21f8000bfb08a8405124b78cdbdc1c22b0b6 /documentation/adt-manual/adt-command.xml
parent4c90692716feb5e52f7859e2013b02f6f6703062 (diff)
downloadpoky-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.xml2
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>.