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>
This commit is contained in:
Scott Rifenbark 2016-01-23 11:01:12 -08:00 committed by Richard Purdie
parent 4643b0408f
commit f15f96c07e
3 changed files with 80 additions and 17 deletions

View File

@ -4,35 +4,74 @@
<chapter id='sdk-extensible'>
<title>Developing with an Extensible SDK</title>
<title>Using the Extensible SDK</title>
<para>
This chapter is going to cover all the SDK stuff that is unique
to just the extensible SDK.
to the extensible SDK.
</para>
<section id='chap-three-section-one'>
<title>Section One</title>
<section id='sdk-setting-up-to-use-the-extensible-sdk'>
<title>Setting Up to Use the Extensible SDK</title>
<para>
Some section of stuff here.
What do you need to use the extensible SDK that is different from
the standard SDK?
What does your system have to have on it?
What are the recommendations?
What conditions in your development scenario warrant use of just the
extensible SDK?
Show any specific procedures needed to get set up to use the
extensible SDK.
</para>
</section>
<section id='chap-three-section-one-one'>
<title>Section One One</title>
<section id='sdk-using-the-extensible-sdk-to-task-1'>
<title>Using the Extensible SDK to <replaceable>item 1</replaceable></title>
<para>
Some section of stuff here.
</para>
</section>
<para>
Describe the specific task you are going to accomplish with the
extensible SDK.
Provide a diagram showing the rough flow of the task.
Provide specific steps using a real example that works through the
task.
</para>
</section>
<section id='chap-three-section-one-two'>
<title>Section One Two</title>
<section id='sdk-using-the-extensible-sdk-to-task-2'>
<title>Using the Extensible SDK to <replaceable>item-2</replaceable></title>
<para>
Some section of stuff here.
</para>
</section>
<para>
Describe the specific task you are going to accomplish with the
extensible SDK.
Provide a diagram showing the rough flow of the task.
Provide specific steps using a real example that works through the
task.
</para>
</section>
<section id='sdk-using-the-extensible-sdk-to-task-3'>
<title>Using the Extensible SDK to <replaceable>item-3</replaceable></title>
<para>
Describe the specific task you are going to accomplish with the
extensible SDK.
Provide a diagram showing the rough flow of the task.
Provide specific steps using a real example that works through the
task.
</para>
</section>
<section id='sdk-using-the-extensible-sdk-to-task-x'>
<title>Using the Extensible SDK to <replaceable>item-x</replaceable></title>
<para>
Describe the specific task you are going to accomplish with the
extensible SDK.
Provide a diagram showing the rough flow of the task.
Provide specific steps using a real example that works through the
task.
</para>
</section>
</chapter>

View File

@ -5,6 +5,9 @@
<chapter id='sdk-intro'>
<title>Introduction</title>
<section id='sdk-manual-intro'>
<title>Introduction</title>
<para>
Welcome to the Yocto Project Software Development Kit (SDK)
Developer's Guide.
@ -22,6 +25,23 @@
has transitioned to within a more traditional SDK and extensible
SDK.
</para>
<para>
Describe what a standard SDK is as compared to the extensible SDK.
</para>
</section>
<section id='sdk-development-model'>
<title>SDK Development Model</title>
<para>
* Development Model - provide a figure that shows the development
pieces using boxes and arrows.
Include all possible methods, inputs and outputs.
<imagedata fileref="figures/sdk-environment.png" align="center" width="6in" depth="5in" scalefit="100" />
</para>
</section>
</chapter>
<!--
vim: expandtab tw=80 ts=4

View File

@ -65,6 +65,10 @@
<xi:include href="sdk-extensible.xml"/>
<xi:include href="sdk-appendix-obtain.xml"/>
<xi:include href="sdk-appendix-customizing.xml"/>
<!-- <index id='index'>
<title>Index</title>
</index>