diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-01-23 11:01:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:06 +0000 |
commit | f15f96c07ebf9468001c63a35b688311787f3467 (patch) | |
tree | f472544cdd7a5f25b95030d1bd0c7ac9610dc3c4 /documentation/sdk-manual | |
parent | 4643b0408fb64a828a370aa5a2d508c61bd2e173 (diff) | |
download | poky-f15f96c07ebf9468001c63a35b688311787f3467.tar.gz |
sdk-manual: New content for outline purposes.
(From yocto-docs rev: bbea46ebb922de6e102e711bb6e63ed8479a6893)
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-extensible.xml | 73 | ||||
-rw-r--r-- | documentation/sdk-manual/sdk-intro.xml | 20 | ||||
-rw-r--r-- | documentation/sdk-manual/sdk-manual.xml | 4 |
3 files changed, 80 insertions, 17 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index b0b8edd565..4236b165b5 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml | |||
@@ -4,35 +4,74 @@ | |||
4 | 4 | ||
5 | <chapter id='sdk-extensible'> | 5 | <chapter id='sdk-extensible'> |
6 | 6 | ||
7 | <title>Developing with an Extensible SDK</title> | 7 | <title>Using the Extensible SDK</title> |
8 | 8 | ||
9 | <para> | 9 | <para> |
10 | This chapter is going to cover all the SDK stuff that is unique | 10 | This chapter is going to cover all the SDK stuff that is unique |
11 | to just the extensible SDK. | 11 | to the extensible SDK. |
12 | </para> | 12 | </para> |
13 | 13 | ||
14 | <section id='chap-three-section-one'> | 14 | <section id='sdk-setting-up-to-use-the-extensible-sdk'> |
15 | <title>Section One</title> | 15 | <title>Setting Up to Use the Extensible SDK</title> |
16 | 16 | ||
17 | <para> | 17 | <para> |
18 | Some section of stuff here. | 18 | What do you need to use the extensible SDK that is different from |
19 | the standard SDK? | ||
20 | What does your system have to have on it? | ||
21 | What are the recommendations? | ||
22 | What conditions in your development scenario warrant use of just the | ||
23 | extensible SDK? | ||
24 | Show any specific procedures needed to get set up to use the | ||
25 | extensible SDK. | ||
19 | </para> | 26 | </para> |
27 | </section> | ||
28 | |||
29 | <section id='sdk-using-the-extensible-sdk-to-task-1'> | ||
30 | <title>Using the Extensible SDK to <replaceable>item 1</replaceable></title> | ||
31 | |||
32 | <para> | ||
33 | Describe the specific task you are going to accomplish with the | ||
34 | extensible SDK. | ||
35 | Provide a diagram showing the rough flow of the task. | ||
36 | Provide specific steps using a real example that works through the | ||
37 | task. | ||
38 | </para> | ||
39 | </section> | ||
40 | |||
41 | <section id='sdk-using-the-extensible-sdk-to-task-2'> | ||
42 | <title>Using the Extensible SDK to <replaceable>item-2</replaceable></title> | ||
43 | |||
44 | <para> | ||
45 | Describe the specific task you are going to accomplish with the | ||
46 | extensible SDK. | ||
47 | Provide a diagram showing the rough flow of the task. | ||
48 | Provide specific steps using a real example that works through the | ||
49 | task. | ||
50 | </para> | ||
51 | </section> | ||
20 | 52 | ||
21 | <section id='chap-three-section-one-one'> | 53 | <section id='sdk-using-the-extensible-sdk-to-task-3'> |
22 | <title>Section One One</title> | 54 | <title>Using the Extensible SDK to <replaceable>item-3</replaceable></title> |
23 | 55 | ||
24 | <para> | 56 | <para> |
25 | Some section of stuff here. | 57 | Describe the specific task you are going to accomplish with the |
26 | </para> | 58 | extensible SDK. |
27 | </section> | 59 | Provide a diagram showing the rough flow of the task. |
60 | Provide specific steps using a real example that works through the | ||
61 | task. | ||
62 | </para> | ||
63 | </section> | ||
28 | 64 | ||
29 | <section id='chap-three-section-one-two'> | 65 | <section id='sdk-using-the-extensible-sdk-to-task-x'> |
30 | <title>Section One Two</title> | 66 | <title>Using the Extensible SDK to <replaceable>item-x</replaceable></title> |
31 | 67 | ||
32 | <para> | 68 | <para> |
33 | Some section of stuff here. | 69 | Describe the specific task you are going to accomplish with the |
34 | </para> | 70 | extensible SDK. |
35 | </section> | 71 | Provide a diagram showing the rough flow of the task. |
72 | Provide specific steps using a real example that works through the | ||
73 | task. | ||
74 | </para> | ||
36 | </section> | 75 | </section> |
37 | 76 | ||
38 | </chapter> | 77 | </chapter> |
diff --git a/documentation/sdk-manual/sdk-intro.xml b/documentation/sdk-manual/sdk-intro.xml index ef71f2338b..99f807e056 100644 --- a/documentation/sdk-manual/sdk-intro.xml +++ b/documentation/sdk-manual/sdk-intro.xml | |||
@@ -5,6 +5,9 @@ | |||
5 | <chapter id='sdk-intro'> | 5 | <chapter id='sdk-intro'> |
6 | <title>Introduction</title> | 6 | <title>Introduction</title> |
7 | 7 | ||
8 | <section id='sdk-manual-intro'> | ||
9 | <title>Introduction</title> | ||
10 | |||
8 | <para> | 11 | <para> |
9 | Welcome to the Yocto Project Software Development Kit (SDK) | 12 | Welcome to the Yocto Project Software Development Kit (SDK) |
10 | Developer's Guide. | 13 | Developer's Guide. |
@@ -22,6 +25,23 @@ | |||
22 | has transitioned to within a more traditional SDK and extensible | 25 | has transitioned to within a more traditional SDK and extensible |
23 | SDK. | 26 | SDK. |
24 | </para> | 27 | </para> |
28 | |||
29 | <para> | ||
30 | Describe what a standard SDK is as compared to the extensible SDK. | ||
31 | </para> | ||
32 | </section> | ||
33 | |||
34 | <section id='sdk-development-model'> | ||
35 | <title>SDK Development Model</title> | ||
36 | |||
37 | <para> | ||
38 | * Development Model - provide a figure that shows the development | ||
39 | pieces using boxes and arrows. | ||
40 | Include all possible methods, inputs and outputs. | ||
41 | <imagedata fileref="figures/sdk-environment.png" align="center" width="6in" depth="5in" scalefit="100" /> | ||
42 | </para> | ||
43 | </section> | ||
44 | |||
25 | </chapter> | 45 | </chapter> |
26 | <!-- | 46 | <!-- |
27 | vim: expandtab tw=80 ts=4 | 47 | vim: expandtab tw=80 ts=4 |
diff --git a/documentation/sdk-manual/sdk-manual.xml b/documentation/sdk-manual/sdk-manual.xml index 7d4e893096..62f543a1ed 100644 --- a/documentation/sdk-manual/sdk-manual.xml +++ b/documentation/sdk-manual/sdk-manual.xml | |||
@@ -65,6 +65,10 @@ | |||
65 | 65 | ||
66 | <xi:include href="sdk-extensible.xml"/> | 66 | <xi:include href="sdk-extensible.xml"/> |
67 | 67 | ||
68 | <xi:include href="sdk-appendix-obtain.xml"/> | ||
69 | |||
70 | <xi:include href="sdk-appendix-customizing.xml"/> | ||
71 | |||
68 | <!-- <index id='index'> | 72 | <!-- <index id='index'> |
69 | <title>Index</title> | 73 | <title>Index</title> |
70 | </index> | 74 | </index> |