diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-19 12:00:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:50:00 +0100 |
commit | c914668db2b3d6fbf13359c2c87bc3229ebe1a8b (patch) | |
tree | 418f20e5f81b92727f0acabb8ca3b63e601f1371 /documentation/sdk-manual/sdk-using.xml | |
parent | badbddadcd3837d5dc7e4de2b39abfe92b1ab648 (diff) | |
download | poky-c914668db2b3d6fbf13359c2c87bc3229ebe1a8b.tar.gz |
sdk-manual: Applied review edits throughout the manual.
Updates included minor items for wordings and clarity. Review
comments from David Kinder, Stephen Ballard, and Paul Eggleton.
(From yocto-docs rev: b25e5cab60f9c1e059fadd844a3a75d9df450ebf)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-using.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-using.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index 1ea47d3bb0..a549284e99 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
@@ -14,7 +14,7 @@ | |||
14 | The tasks you can perform using a standard SDK are also applicable | 14 | The tasks you can perform using a standard SDK are also applicable |
15 | when you are using an extensible SDK. | 15 | when you are using an extensible SDK. |
16 | For information on the differences when using an extensible SDK as | 16 | For information on the differences when using an extensible SDK as |
17 | compared to an extensible SDK, see the | 17 | compared to a standard SDK, see the |
18 | "<link linkend='sdk-extensible'>Using the Extensible SDK</link>" | 18 | "<link linkend='sdk-extensible'>Using the Extensible SDK</link>" |
19 | chapter. | 19 | chapter. |
20 | </note> | 20 | </note> |
@@ -46,7 +46,7 @@ | |||
46 | 46 | ||
47 | <para> | 47 | <para> |
48 | The first thing you need to do is install the SDK on your host | 48 | The first thing you need to do is install the SDK on your host |
49 | development machine by running the <filename>.sh</filename> | 49 | development machine by running the <filename>*.sh</filename> |
50 | installation script. | 50 | installation script. |
51 | </para> | 51 | </para> |
52 | 52 | ||
@@ -382,8 +382,8 @@ | |||
382 | To illustrate this, consider the following four cross-toolchain | 382 | To illustrate this, consider the following four cross-toolchain |
383 | environment variables: | 383 | environment variables: |
384 | <literallayout class='monospaced'> | 384 | <literallayout class='monospaced'> |
385 | <ulink url='&YOCTO_DOCS_REF_URL;#var-CC'>CC</ulink>=i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/1.8/sysroots/i586-poky-linux | 385 | <ulink url='&YOCTO_DOCS_REF_URL;#var-CC'>CC</ulink>=i586-poky-linux-gcc -m32 -march=i586 --sysroot=/opt/poky/&DISTRO;/sysroots/i586-poky-linux |
386 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LD'>LD</ulink>=i586-poky-linux-ld --sysroot=/opt/poky/1.8/sysroots/i586-poky-linux | 386 | <ulink url='&YOCTO_DOCS_REF_URL;#var-LD'>LD</ulink>=i586-poky-linux-ld --sysroot=/opt/poky/&DISTRO;/sysroots/i586-poky-linux |
387 | <ulink url='&YOCTO_DOCS_REF_URL;#var-CFLAGS'>CFLAGS</ulink>=-O2 -pipe -g -feliminate-unused-debug-types | 387 | <ulink url='&YOCTO_DOCS_REF_URL;#var-CFLAGS'>CFLAGS</ulink>=-O2 -pipe -g -feliminate-unused-debug-types |
388 | <ulink url='&YOCTO_DOCS_REF_URL;#var-CXXFLAGS'>CXXFLAGS</ulink>=-O2 -pipe -g -feliminate-unused-debug-types | 388 | <ulink url='&YOCTO_DOCS_REF_URL;#var-CXXFLAGS'>CXXFLAGS</ulink>=-O2 -pipe -g -feliminate-unused-debug-types |
389 | </literallayout> | 389 | </literallayout> |