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/sdk-intro.xml | |
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/sdk-intro.xml')
-rw-r--r-- | documentation/sdk-manual/sdk-intro.xml | 20 |
1 files changed, 20 insertions, 0 deletions
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 |