summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-extensible.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-01-23 11:01:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:06 +0000
commitf15f96c07ebf9468001c63a35b688311787f3467 (patch)
treef472544cdd7a5f25b95030d1bd0c7ac9610dc3c4 /documentation/sdk-manual/sdk-extensible.xml
parent4643b0408fb64a828a370aa5a2d508c61bd2e173 (diff)
downloadpoky-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/sdk-extensible.xml')
-rw-r--r--documentation/sdk-manual/sdk-extensible.xml73
1 files changed, 56 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>