documentation/dev-manual/dev-manual-model.xml: Added structure

I added structure to contain sub-sections for system (BSP and kernel)
and application overviews.

(From yocto-docs rev: 028f65219b001081d221d63f368ff06066a95a64)

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 12:47:59 -07:00 committed by Richard Purdie
parent 3aef350c39
commit 4737719dc1
1 changed files with 56 additions and 17 deletions

View File

@ -19,11 +19,42 @@
(system development and application development)].
</para>
<section id='place-holder-section-one'>
<title>Place-Holder Section for Development in General</title>
<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:
System Development and User Application Development.
System Development covers Board Support Package (BSP) development and kernel modification.
User Application Development covers development of applications that you intend to run on some
target hardware.
</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?]
</para>
<section id='system-development-model'>
<title>System Development</title>
<para>
Text needed here.
System development involves modification or creation of an image that you want to run on
a specific hardware target.
Usually when you want to create an image that runs on embedded hardware the image does
not require the same amount of features that a full-fledged Linux distribution provides.
Thus, you can create a much smaller image that is designed to just use the hardware
features for your particular hardware.
</para>
<para>
To help you understand how system development works in the Yocto Project, this section
covers two types of image development: BSP creation and kernel modification.
</para>
<section id='developing-a-board-support-package-bsp-model'>
@ -201,8 +232,8 @@
</para>
</section>
<section id='place-holder-section-two'>
<title>Place-Holder Section For Application Development</title>
<section id='place-holder-section-kernel-development-model'>
<title>Place-Holder Section For Kernel Development Model</title>
<para>
Text needed here.
@ -210,6 +241,14 @@
</section>
</section>
<section id='place-holder-section-two'>
<title>Place-Holder Section For Application Development</title>
<para>
Text needed here.
</para>
</section>
</chapter>
<!--
vim: expandtab tw=80 ts=4