summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-01-20 10:00:47 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:43 -0800
commita9195b242fb641ad7f73a9dfa371d90a32e9d0f2 (patch)
tree1ea4e024a18a4041549d6b0a1df71f9610f4f054 /documentation/adt-manual
parentbc4b4a9e584dcce1c3f2f88d9119ce57c7432194 (diff)
downloadpoky-a9195b242fb641ad7f73a9dfa371d90a32e9d0f2.tar.gz
documentation/adt-manual/adt-command.xml: Corrected wording for setup
Bad wording fixed to describe the changes to PATH when the setup script is run. (From yocto-docs rev: 0f2ae72edfab2a96cb5f82fac641f3b6fa364f36) 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.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 a4197075e1..a916a03c85 100644
--- a/documentation/adt-manual/adt-command.xml
+++ b/documentation/adt-manual/adt-command.xml
@@ -12,9 +12,9 @@
12 Toolchain Tarball)</link>". 12 Toolchain Tarball)</link>".
13 And, that sourcing your architecture-specific environment setup script 13 And, that sourcing your architecture-specific environment setup script
14 initializes a suitable cross-toolchain development environment. 14 initializes a suitable cross-toolchain development environment.
15 This setup occurs by adding the compiler, QEMU scripts, QEMU binary, 15 During the setup, locations for the compiler, QEMU scripts, QEMU binary,
16 a special version of <filename>pkgconfig</filename> and other useful 16 a special version of <filename>pkgconfig</filename> and other useful
17 utilities to the <filename>PATH</filename> variable. 17 utilities are added to the <filename>PATH</filename> variable.
18 Variables to assist <filename>pkgconfig</filename> and <filename>autotools</filename> 18 Variables to assist <filename>pkgconfig</filename> and <filename>autotools</filename>
19 are also defined so that, 19 are also defined so that,
20 for example, <filename>configure.sh</filename> can find pre-generated 20 for example, <filename>configure.sh</filename> can find pre-generated