From 4643b0408fb64a828a370aa5a2d508c61bd2e173 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sat, 23 Jan 2016 11:00:41 -0800 Subject: sdk-manual: Updated with two new appendices for new files. (From yocto-docs rev: 569f5853fa04d14d73a1e30dadceae62782e4127) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-using.xml | 69 ++++++++++++++++++++++++---------- 1 file changed, 50 insertions(+), 19 deletions(-) (limited to 'documentation/sdk-manual/sdk-using.xml') diff --git a/documentation/sdk-manual/sdk-using.xml b/documentation/sdk-manual/sdk-using.xml index b06058ffad..eb024f917c 100644 --- a/documentation/sdk-manual/sdk-using.xml +++ b/documentation/sdk-manual/sdk-using.xml @@ -2,39 +2,70 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ %poky; ] > - + -Developing with an SDK +Using the Standard SDK 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. -
- Section One +
+ Setting Up to Use the Standard SDK - 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. +
+ +
+ Using the SDK to <replaceable>item 1</replaceable> + + + 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. + +
+ +
+ Using the SDK to <replaceable>item-2</replaceable> + + + 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. + +
-
- Section One One +
+ Using the SDK to <replaceable>item-3</replaceable> - - Some section of stuff here. - -
+ + 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. + +
-
- Section One Two +
+ Using the SDK to <replaceable>item-x</replaceable> - - Some section of stuff here. - -
+ + 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. +
-- cgit 1.2.3-korg