diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-21 18:09:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:09 +0000 |
commit | 6db8cbcbadd0019fa5d879c6cc727a2819341b07 (patch) | |
tree | 0d29a338170a463945b95033d49becfa5907ae16 /documentation/sdk-manual/sdk-using.xml | |
parent | 922eaeb963f6e3518a18fc8e7ad4cf53264e59e0 (diff) | |
download | poky-6db8cbcbadd0019fa5d879c6cc727a2819341b07.tar.gz |
sdk-manual: Applied review edits to the manual.
(From yocto-docs rev: be853fb74b28bcf1b27b3b7a8e83012928d4e53a)
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 | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index c752656ce4..10089ca3ae 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml | |||
@@ -24,18 +24,10 @@ | |||
24 | <title>Why use the Standard SDK and What is in It?</title> | 24 | <title>Why use the Standard SDK and What is in It?</title> |
25 | 25 | ||
26 | <para> | 26 | <para> |
27 | Fundamentally, the standard SDK exists so that you can access | 27 | The Standard SDK provides a cross-development toolchain and libraries |
28 | cross-development tools. | 28 | tailored to the contents of a specific image. |
29 | This paragraph describes why you use the Standard SDK. | 29 | You would use the Standard SDK if you want a more traditional toolchain |
30 | Probably need to compare that against why you would not be interested | 30 | experience. |
31 | in the extensible SDK here as well. | ||
32 | According to Paul, the most interest lies in the extensible SDK. | ||
33 | So providing this comparison would be helpful. | ||
34 | Currently, my understanding boils down to this: The only reason to use | ||
35 | the Standard SDK is if you want to build and debug source code that | ||
36 | you have. | ||
37 | That pretty much sums it up. | ||
38 | If there is more detail, I need to know about it. | ||
39 | </para> | 31 | </para> |
40 | 32 | ||
41 | <para> | 33 | <para> |
@@ -125,6 +117,10 @@ | |||
125 | <note> | 117 | <note> |
126 | You must change the permissions on the toolchain | 118 | You must change the permissions on the toolchain |
127 | installer script so that it is executable. | 119 | installer script so that it is executable. |
120 | Here is an example: | ||
121 | <literallayout class='monospaced'> | ||
122 | $ chmod +x poky-glibc-x86_64-core-image-sato-i586-toolchain-2.1.sh | ||
123 | </literallayout> | ||
128 | </note> | 124 | </note> |
129 | </para> | 125 | </para> |
130 | 126 | ||
@@ -440,7 +436,7 @@ | |||
440 | </section> | 436 | </section> |
441 | 437 | ||
442 | <section id='sdk-developing-applications-using-eclipse'> | 438 | <section id='sdk-developing-applications-using-eclipse'> |
443 | <title>Devloping Applications Using <trademark class='trade'>Eclipse</trademark></title> | 439 | <title>Developing Applications Using <trademark class='trade'>Eclipse</trademark></title> |
444 | 440 | ||
445 | <para> | 441 | <para> |
446 | If you are familiar with the popular Eclipse IDE, you can use an | 442 | If you are familiar with the popular Eclipse IDE, you can use an |