summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-working-projects.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-21 11:44:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 15:02:32 +0100
commit959a0620961d5404f826d3545109bb08057fe391 (patch)
tree6baf56b4e7b2b29ff6a746e2ec058d7af4a24eab /documentation/sdk-manual/sdk-working-projects.xml
parent4404fc3fe05ad5dd899c1952c1f90f0bb3630f40 (diff)
downloadpoky-959a0620961d5404f826d3545109bb08057fe391.tar.gz
sdk-manual, dev-manual: Applied SDK review edits.
* Removed the note box formatting for the cross-reference from the sdk-manual and dev-manual sections that talk about devtool. The reference is now non-note form and goes to the ref-manual devtool quick ref. * Added devtool upgrade as a third item in the list that introduces methods to use devtool. * Fixed the working on the devtool finish step 5 for both the dev-manual and sdk-manual. * Renamed the new chapter that describes different projects you can use devtool on. The focus is on using the SDK toolchain directly. * Scrubbed the entire sdk-manual for the term "toolchain installer" and replaced with "SDK installer". (From yocto-docs rev: 6d4daef49cc6d54a700a8c3965c9e8814f75d20a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/sdk-working-projects.xml')
-rw-r--r--documentation/sdk-manual/sdk-working-projects.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/sdk-manual/sdk-working-projects.xml b/documentation/sdk-manual/sdk-working-projects.xml
index 15e533000c..9bd6868b2b 100644
--- a/documentation/sdk-manual/sdk-working-projects.xml
+++ b/documentation/sdk-manual/sdk-working-projects.xml
@@ -4,10 +4,10 @@
4 4
5<chapter id='sdk-working-projects'> 5<chapter id='sdk-working-projects'>
6 6
7 <title>Working with Different Types of Projects</title> 7 <title>Using the SDK Toolchain Directly</title>
8 8
9 <para> 9 <para>
10 You can use extensible and standard SDKs when working with Makefile, 10 You can use the SDK toolchain directly with Makefile,
11 Autotools, and <trademark class='trade'>Eclipse</trademark> based 11 Autotools, and <trademark class='trade'>Eclipse</trademark> based
12 projects. 12 projects.
13 This chapter covers information specific to each of these types of 13 This chapter covers information specific to each of these types of
@@ -387,7 +387,7 @@
387 section for installation information. 387 section for installation information.
388 <note> 388 <note>
389 As an alternative to downloading an SDK, you can 389 As an alternative to downloading an SDK, you can
390 build the toolchain installer. 390 build the SDK installer.
391 For information on building the installer, see the 391 For information on building the installer, see the
392 "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>" 392 "<link linkend='sdk-building-an-sdk-installer'>Building an SDK Installer</link>"
393 section. 393 section.