mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
sdk-manual: Updated with two new appendices for new files.
(From yocto-docs rev: 569f5853fa04d14d73a1e30dadceae62782e4127) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
d05566bd56
commit
4643b0408f
|
@ -2,39 +2,70 @@
|
|||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
|
||||
[<!ENTITY % poky SYSTEM "../poky.ent"> %poky; ] >
|
||||
|
||||
<chapter id='sdk-using'>
|
||||
<chapter id='sdk-using-the-standard-sdk'>
|
||||
|
||||
<title>Developing with an SDK</title>
|
||||
<title>Using the Standard SDK</title>
|
||||
|
||||
<para>
|
||||
This chapter is going to cover all the SDK stuff that is common
|
||||
to both the SDK and the extensible SDK.
|
||||
We need to figure out what from the existing YP manual set can
|
||||
go into this chapter.
|
||||
</para>
|
||||
|
||||
<section id='chap-two-section-one'>
|
||||
<title>Section One</title>
|
||||
<section id='sdk-setting-up-to-use-the-standard-sdk'>
|
||||
<title>Setting Up to Use the Standard SDK</title>
|
||||
|
||||
<para>
|
||||
Some section of stuff here.
|
||||
What do you need to use the 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
|
||||
standard SDK as compared to the extensible SDK?
|
||||
Show any specific procedures needed to get set up to use the SDK.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='chap-two-section-one-one'>
|
||||
<title>Section One One</title>
|
||||
<section id='sdk-using-the-sdk-to-task-1'>
|
||||
<title>Using the 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 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-two-section-one-two'>
|
||||
<title>Section One Two</title>
|
||||
<section id='sdk-using-the-sdk-to-task-2'>
|
||||
<title>Using the 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 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-sdk-to-task-3'>
|
||||
<title>Using the SDK to <replaceable>item-3</replaceable></title>
|
||||
|
||||
<para>
|
||||
Describe the specific task you are going to accomplish with the 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-sdk-to-task-x'>
|
||||
<title>Using the SDK to <replaceable>item-x</replaceable></title>
|
||||
|
||||
<para>
|
||||
Describe the specific task you are going to accomplish with the 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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user