From f15f96c07ebf9468001c63a35b688311787f3467 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sat, 23 Jan 2016 11:01:12 -0800 Subject: sdk-manual: New content for outline purposes. (From yocto-docs rev: bbea46ebb922de6e102e711bb6e63ed8479a6893) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 73 ++++++++++++++++++++++------- documentation/sdk-manual/sdk-intro.xml | 20 ++++++++ documentation/sdk-manual/sdk-manual.xml | 4 ++ 3 files changed, 80 insertions(+), 17 deletions(-) (limited to 'documentation') diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index b0b8edd565..4236b165b5 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml @@ -4,35 +4,74 @@ -Developing with an Extensible SDK +Using the Extensible SDK This chapter is going to cover all the SDK stuff that is unique - to just the extensible SDK. + to the extensible SDK. -
- Section One +
+ Setting Up to Use the Extensible SDK - 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. +
+ +
+ Using the Extensible SDK to <replaceable>item 1</replaceable> + + + 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. + +
+ +
+ Using the Extensible SDK to <replaceable>item-2</replaceable> + + + 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. + +
-
- Section One One +
+ Using the Extensible SDK to <replaceable>item-3</replaceable> - - Some section of stuff here. - -
+ + 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. + +
-
- Section One Two +
+ Using the Extensible SDK to <replaceable>item-x</replaceable> - - Some section of stuff here. - -
+ + 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. +
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 @@ Introduction +
+ Introduction + 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. + + + Describe what a standard SDK is as compared to the extensible SDK. + +
+ +
+ SDK Development Model + + + * Development Model - provide a figure that shows the development + pieces using boxes and arrows. + Include all possible methods, inputs and outputs. + + +
+