diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-08-19 11:18:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 23:09:27 +0100 |
commit | 766e91fa2bc5578900c91301742b38bd4888494e (patch) | |
tree | d380999841b8000d42d19a97ea5e41e60f804334 /documentation/sdk-manual | |
parent | 4e0a0d12532c507a2c9bc1ee9f224b39c3e81f0b (diff) | |
download | poky-766e91fa2bc5578900c91301742b38bd4888494e.tar.gz |
sdk-manual: Provided better wording to intro running sdk env script.
(From yocto-docs rev: 41b9b8170179a59b6534db9e926d5086be7d4328)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index b6dc06c3dc..41ac10d3ad 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
@@ -267,14 +267,15 @@ | |||
267 | </itemizedlist></para></listitem> | 267 | </itemizedlist></para></listitem> |
268 | <listitem><para><emphasis>Source the cross-toolchain | 268 | <listitem><para><emphasis>Source the cross-toolchain |
269 | environment setup file:</emphasis> | 269 | environment setup file:</emphasis> |
270 | Installation of the cross-toolchain creates a cross-toolchain | 270 | As described earlier in the manual, installing the |
271 | cross-toolchain creates a cross-toolchain | ||
271 | environment setup script in the directory that the SDK | 272 | environment setup script in the directory that the SDK |
272 | was installed. | 273 | was installed. |
273 | Before you can use the tools to develop your project, you must | 274 | Before you can use the tools to develop your project, |
274 | source this setup script. | 275 | you must source this setup script. |
275 | The script begins with the string "environment-setup" and contains | 276 | The script begins with the string "environment-setup" and |
276 | the machine architecture, which is followed by the string | 277 | contains the machine architecture, which is followed by the |
277 | "poky-linux". | 278 | string "poky-linux". |
278 | Here is an example that sources a script from the | 279 | Here is an example that sources a script from the |
279 | default SDK installation directory that uses the | 280 | default SDK installation directory that uses the |
280 | 32-bit Intel x86 Architecture and the | 281 | 32-bit Intel x86 Architecture and the |