diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-08-15 08:37:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-20 17:52:00 -0700 |
commit | edd8e1e8b974eb3f0f9f66c2207aadf43612350b (patch) | |
tree | 37c4148d375519edd4da53a43b2577398b4928e2 /documentation/adt-manual | |
parent | cb8f3b1ad784b45241c3e246d3c6b37e72dd1ead (diff) | |
download | poky-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')
-rw-r--r-- | documentation/adt-manual/adt-command.xml | 4 |
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 |