From ebf03998910f5c39ed827dc95c692218dd400d30 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 27 Jul 2011 13:29:36 -0700 Subject: [PATCH] documentation/dev-manual: Added reference to example appendices In dev-manual-model.xml I included two references: one to the BSP Development Example and one to the Kernel Modification Example. I had to add the target "id" stuff to both dev-manual-bsp-appendix.xml and dev-manual-model.xml (From yocto-docs rev: bcae1e723610e1769f0a524e3c1d9918c7cb1061) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-bsp-appendix.xml | 2 +- .../dev-manual/dev-manual-kernel-appendix.xml | 2 +- documentation/dev-manual/dev-manual-model.xml | 27 +++---------------- 3 files changed, 6 insertions(+), 25 deletions(-) diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 3c0ab28d2b..44ffe31260 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -3,7 +3,7 @@ -BSP Development Case +BSP Development Example This appendix provides a complete BSP example. diff --git a/documentation/dev-manual/dev-manual-kernel-appendix.xml b/documentation/dev-manual/dev-manual-kernel-appendix.xml index 608fc32b9a..c5fd3e3641 100644 --- a/documentation/dev-manual/dev-manual-kernel-appendix.xml +++ b/documentation/dev-manual/dev-manual-kernel-appendix.xml @@ -3,7 +3,7 @@ -Kernel Modification Case +Kernel Modification Example Kernel modification involves changing or adding configurations to an existing kernel, or diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 6b60b4c426..b07fe500a8 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -5,20 +5,6 @@ Common Development Models - - [WRITERS NOTE: This chapter presents common development models within the Yocto Project. - Reading this chapter will give the user a feel for the overall development process. - The chapter will follow the framework for the manual. - The team decided to present a single development model and not to try and represent all the - various possibilities that might exist. - The chapter will include an over-arching diagram that shows a simple, most-common development model. - The diagram will consist of boxes that represent high-level areas of the development process. - For example, a box for “Setting Up” will be in the model. - A box for “Debugging” will exist. - The diagram needs to account for the two use-cases we are going to showcase - (system development and application development)]. - - Many development models exist for which you can use the Yocto Project. However, for the purposes of this manual we are going to focus on two common ones: @@ -29,15 +15,10 @@ - This chapter presents an overview of the primary models. - Supsequent appendices in the manual provide detailed explanations of the examples. - - - - [WRITERS NOTE: What is undetermined at this point is how much of the entire development process - we include in this particular chapter. - In other words, do we cover debugging and emulation steps here on a case-specific basis? - Or, do we capture that information in the appropriate subsequent chapter by case?] + This chapter presents overviews of both system and application models. + If you want to reference specific examples of these development models, + see BSP Development Example and + Kernel Modification Example.