summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-model.xml
blob: 0164074d071e537e64cdb9fba0a3daaeffa8c65f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">

<chapter id='dev-manual-model'>

<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>

</chapter>
<!--
vim: expandtab tw=80 ts=4
-->