diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 17 |
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> |