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:48:22 +0100 |
commit | 64293699f66b1fdaf1fa4fc9eb6ee5878f629280 (patch) | |
tree | e619ffe406e0a665c2d48563e6a9c4971d70c808 /documentation/sdk-manual/sdk-using.xml | |
parent | d4c4b2f7b80cf8d99a68b9a6245e54e0931c3efa (diff) | |
download | poky-64293699f66b1fdaf1fa4fc9eb6ee5878f629280.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> |