summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-command.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-08-15 08:37:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-20 17:52:00 -0700
commitedd8e1e8b974eb3f0f9f66c2207aadf43612350b (patch)
tree37c4148d375519edd4da53a43b2577398b4928e2 /documentation/adt-manual/adt-command.xml
parentcb8f3b1ad784b45241c3e246d3c6b37e72dd1ead (diff)
downloadpoky-edd8e1e8b974eb3f0f9f66c2207aadf43612350b.tar.gz
documentation/adt-manual/adt-command.xml: general edits.
(From yocto-docs rev: 7227ad57257869f2fcb7f85bed8b8b90db4bd65a) 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml
index 28501b677d..40107647c1 100644
--- a/documentation/adt-manual/adt-command.xml
+++ b/documentation/adt-manual/adt-command.xml
@@ -8,7 +8,7 @@
8 tarball that had been installed into <filename>/opt/poky</filename>, 8 tarball that had been installed into <filename>/opt/poky</filename>,
9 which is outside of the Yocto Project build tree 9 which is outside of the Yocto Project build tree
10 (see <xref linkend='using-an-existing-toolchain-tarball'> 10 (see <xref linkend='using-an-existing-toolchain-tarball'>
11 Using an Existing Toolchain Tarball)</xref>. 11 Using an Existing Toolchain Tarball)</xref>.
12 And, that sourcing your architecture-specific environment setup script 12 And, that sourcing your architecture-specific environment setup script
13 initializes a suitable cross-toolchain development environment. 13 initializes a suitable cross-toolchain development environment.
14 This setup occurs by adding the compiler, QEMU scripts, QEMU binary, 14 This setup occurs by adding the compiler, QEMU scripts, QEMU binary,
@@ -26,7 +26,7 @@
26<section id='autotools-based-projects'> 26<section id='autotools-based-projects'>
27<title>Autotools-Based Projects</title> 27<title>Autotools-Based Projects</title>
28 <para> 28 <para>
29 For an autotools-based project you can use the cross-toolchain by just 29 For an autotools-based project, you can use the cross-toolchain by just
30 passing the appropriate host option to <filename>configure.sh</filename>. 30 passing the appropriate host option to <filename>configure.sh</filename>.
31 The host option you use is derived from the name of the environment setup 31 The host option you use is derived from the name of the environment setup
32 script in <filename>/opt/poky</filename> resulting from unpacking the 32 script in <filename>/opt/poky</filename> resulting from unpacking the