summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-22 13:15:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:54 +0000
commit9dff02bc21d03f61aeb8411ccc686986be5f420b (patch)
tree310159c85d0691cd65e2ffa8cd7524e866d3cb95 /documentation/adt-manual
parentcc06786545010e111851bcaea7d4b2e871409311 (diff)
downloadpoky-9dff02bc21d03f61aeb8411ccc686986be5f420b.tar.gz
adt-manual: Added some reasoning behind sourcing the xtoolchain env script
The intro to the "installing the ADT and Toolchains" section notes that the user must source the cross-toolchain environment setup script. I added a clause stating that this establishes environment variables. Fixes [YOCTO #7133] partially. (From yocto-docs rev: e9777012d935ced8fd82209543569aaa70ab1832) 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-prepare.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 3810568730..b69586f13e 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -17,13 +17,15 @@
17 <title>Installing the ADT and Toolchains</title> 17 <title>Installing the ADT and Toolchains</title>
18 18
19 <para> 19 <para>
20 The following list describes installation methods that set up varying degrees of tool 20 The following list describes installation methods that set up varying
21 availability on your system. 21 degrees of tool availability on your system.
22 Regardless of the installation method you choose, 22 Regardless of the installation method you choose,
23 you must <filename>source</filename> the cross-toolchain 23 you must <filename>source</filename> the cross-toolchain
24 environment setup script before you use a toolchain. 24 environment setup script, which establishes several key
25 See the "<link linkend='setting-up-the-cross-development-environment'>Setting Up the 25 environment variables, before you use a toolchain.
26 Cross-Development Environment</link>" section for more information. 26 See the
27 "<link linkend='setting-up-the-cross-development-environment'>Setting Up the Cross-Development Environment</link>"
28 section for more information.
27 </para> 29 </para>
28 30
29 <note> 31 <note>