diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-15 12:54:29 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:23 +0100 |
| commit | c112670e5863bc3f8b39f185f5e8179029fc3daf (patch) | |
| tree | 508628da9d9253d68e6a8d9e3863caf939166865 /documentation/dev-manual/dev-manual-model.xml | |
| parent | 4b6d42f629ce8a503fc49386325b4e6018b28c01 (diff) | |
| download | poky-c112670e5863bc3f8b39f185f5e8179029fc3daf.tar.gz | |
documentation/dev-manual/dev-manual-model.xml: Initial chapter
This version of the content is a placeholder only.
(From yocto-docs rev: 3c896a95f2d6593ef8af3d90829611122bef9aae)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml new file mode 100644 index 0000000000..0164074d07 --- /dev/null +++ b/documentation/dev-manual/dev-manual-model.xml | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" | ||
| 2 | "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> | ||
| 3 | |||
| 4 | <chapter id='dev-manual-model'> | ||
| 5 | |||
| 6 | <title>Common Development Models</title> | ||
| 7 | |||
| 8 | <para> | ||
| 9 | [WRITERS NOTE: This chapter presents common development models within the Yocto Project. | ||
| 10 | Reading this chapter will give the user a feel for the overall development process. | ||
| 11 | The chapter will follow the framework for the manual. | ||
| 12 | The team decided to present a single development model and not to try and represent all the | ||
| 13 | various possibilities that might exist. | ||
| 14 | The chapter will include an over-arching diagram that shows a simple, most-common development model. | ||
| 15 | The diagram will consist of boxes that represent high-level areas of the development process. | ||
| 16 | For example, a box for “Setting Up” will be in the model. | ||
| 17 | A box for “Debugging” will exist. | ||
| 18 | The diagram needs to account for the two use-cases we are going to showcase | ||
| 19 | (system development and application development)]. | ||
| 20 | </para> | ||
| 21 | |||
| 22 | </chapter> | ||
| 23 | <!-- | ||
| 24 | vim: expandtab tw=80 ts=4 | ||
| 25 | --> | ||
