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'> <chapter id='sdk-extensible'>
<title>Developing with an Extensible SDK</title> <title>Using the Extensible SDK</title>
<para> <para>
This chapter is going to cover all the SDK stuff that is unique This chapter is going to cover all the SDK stuff that is unique
to just the extensible SDK. to the extensible SDK.
</para> </para>
<section id='chap-three-section-one'> <section id='sdk-setting-up-to-use-the-extensible-sdk'>
<title>Section One</title> <title>Setting Up to Use the Extensible SDK</title>
<para> <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> </para>
</section>
<section id='chap-three-section-one-one'> <section id='sdk-using-the-extensible-sdk-to-task-1'>
<title>Section One One</title> <title>Using the Extensible SDK to <replaceable>item 1</replaceable></title>
<para> <para>
Some section of stuff here. Describe the specific task you are going to accomplish with the
</para> extensible SDK.
</section> 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'> <section id='sdk-using-the-extensible-sdk-to-task-2'>
<title>Section One Two</title> <title>Using the Extensible SDK to <replaceable>item-2</replaceable></title>
<para> <para>
Some section of stuff here. Describe the specific task you are going to accomplish with the
</para> extensible SDK.
</section> 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> </section>
</chapter> </chapter>

View File

@ -5,6 +5,9 @@
<chapter id='sdk-intro'> <chapter id='sdk-intro'>
<title>Introduction</title> <title>Introduction</title>
<section id='sdk-manual-intro'>
<title>Introduction</title>
<para> <para>
Welcome to the Yocto Project Software Development Kit (SDK) Welcome to the Yocto Project Software Development Kit (SDK)
Developer's Guide. Developer's Guide.
@ -22,6 +25,23 @@
has transitioned to within a more traditional SDK and extensible has transitioned to within a more traditional SDK and extensible
SDK. SDK.
</para> </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> </chapter>
<!-- <!--
vim: expandtab tw=80 ts=4 vim: expandtab tw=80 ts=4

View File

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