summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-05-31 16:04:27 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 11:26:46 +0100
commit0f622b6d6473382efb5276e7a1e0bdff585c0fc0 (patch)
tree0f177db06163f91317fc2b67a9d7a98252a666cf /documentation
parent3a6a32df9761c734412910f9a0823e9ee9a52b2b (diff)
downloadpoky-0f622b6d6473382efb5276e7a1e0bdff585c0fc0.tar.gz
sdk-manual: Edits to "Running the SDK Environment Setup Script"
Minor edits to this section. (From yocto-docs rev: 68a6e4cac6cecd14e87d4f05f558d79165761d4d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/sdk-manual/sdk-using.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml
index c7046d63a7..dd220c340b 100644
--- a/documentation/sdk-manual/sdk-using.xml
+++ b/documentation/sdk-manual/sdk-using.xml
@@ -171,12 +171,11 @@
171 171
172 <para> 172 <para>
173 Once you have the SDK installed, you must run the SDK environment 173 Once you have the SDK installed, you must run the SDK environment
174 setup script before you can actually use it. 174 setup script before you can actually use the SDK.
175 This setup script resides in the directory you chose when you 175 This setup script resides in the directory you chose when you
176 installed the SDK. 176 installed the SDK, which is either the default
177 For information on where this setup script can reside, see the 177 <filename>/opt/poky/&DISTRO;</filename> directory or the directory
178 "<link linkend='sdk-appendix-obtain'>Obtaining the SDK</link>" 178 you chose during installation.
179 Appendix.
180 </para> 179 </para>
181 180
182 <para> 181 <para>
@@ -185,9 +184,11 @@
185 Environment setup scripts begin with the string 184 Environment setup scripts begin with the string
186 "<filename>environment-setup</filename>" and include as part of 185 "<filename>environment-setup</filename>" and include as part of
187 their name the tuned target architecture. 186 their name the tuned target architecture.
188 For example, the command to source a setup script for an IA-based 187 As an example, the following commands set the working directory
189 target machine using i586 tuning and located in the default SDK 188 to where the SDK was installed and then source the environment
190 installation directory is as follows: 189 setup script.
190 In this example, the setup script is for an IA-based
191 target machine using i586 tuning:
191 <literallayout class='monospaced'> 192 <literallayout class='monospaced'>
192 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 193 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
193 </literallayout> 194 </literallayout>