]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
sdk-manual: New content for outline purposes.
authorScott Rifenbark <srifenbark@gmail.com>
Sat, 23 Jan 2016 19:01:12 +0000 (11:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Mar 2016 21:56:06 +0000 (21:56 +0000)
(From yocto-docs rev: bbea46ebb922de6e102e711bb6e63ed8479a6893)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/sdk-manual/sdk-extensible.xml
documentation/sdk-manual/sdk-intro.xml
documentation/sdk-manual/sdk-manual.xml

index b0b8edd565131a9c690d5d499fc3f6d9d88fec15..4236b165b5094efb24df7a05d5c71c05859bee94 100644 (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='sdk-using-the-extensible-sdk-to-task-1'>
+    <title>Using the Extensible SDK to <replaceable>item 1</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-2'>
+    <title>Using the Extensible SDK to <replaceable>item-2</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='chap-three-section-one-one'>
-        <title>Section One One</title>
+<section id='sdk-using-the-extensible-sdk-to-task-3'>
+    <title>Using the Extensible SDK to <replaceable>item-3</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-x'>
+    <title>Using the Extensible SDK to <replaceable>item-x</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>
 
 </chapter>
index ef71f2338b086a2486bbc94e4cfcb7f3159f89d0..99f807e056de1edd88e3898a4d84664749891388 100644 (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.
         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
index 7d4e893096b24dc64aefd67116d9bd3f8bdcdd79..62f543a1ed1cc11241bb72e7ef5a737f52f47469 100644 (file)
 
     <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>