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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-07-27 13:29:36 -07:00 committed by Richard Purdie
parent 0bea49d340
commit ebf0399891
3 changed files with 6 additions and 25 deletions

View File

@ -3,7 +3,7 @@
<appendix id='dev-manual-bsp-appendix'>
<title>BSP Development Case</title>
<title>BSP Development Example</title>
<para>
This appendix provides a complete BSP example.

View File

@ -3,7 +3,7 @@
<appendix id='dev-manual-kernel-appendix'>
<title>Kernel Modification Case</title>
<title>Kernel Modification Example</title>
<para>
Kernel modification involves changing or adding configurations to an existing kernel, or

View File

@ -5,20 +5,6 @@
<title>Common Development Models</title>
<para>
[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)].
</para>
<para>
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 @@
</para>
<para>
This chapter presents an overview of the primary models.
Supsequent appendices in the manual provide detailed explanations of the examples.
</para>
<para>
[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 <xref linkend='dev-manual-bsp-appendix'>BSP Development Example</xref> and
<xref linkend='dev-manual-kernel-appendix'>Kernel Modification Example</xref>.
</para>
<section id='system-development-model'>