diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 52734bf4d1..4d0db4b194 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -8,8 +8,8 @@ | |||
8 | 8 | ||
9 | <para> | 9 | <para> |
10 | Many development models exist for which you can use the Yocto Project. | 10 | Many development models exist for which you can use the Yocto Project. |
11 | However, for the purposes of this manual we are going to focus on two common ones: | 11 | However, for the purposes of this manual we are going to focus on two common models: |
12 | System Development and User Application Development. | 12 | System Development and User Application Development. |
13 | System Development covers Board Support Package (BSP) development and kernel modification | 13 | System Development covers Board Support Package (BSP) development and kernel modification |
14 | or configuration. | 14 | or configuration. |
15 | User Application Development covers development of applications that you intend to run on some | 15 | User Application Development covers development of applications that you intend to run on some |
@@ -29,6 +29,13 @@ | |||
29 | The Yocto Project Application Development Toolkit (ADT) User's Guide</ulink>. | 29 | The Yocto Project Application Development Toolkit (ADT) User's Guide</ulink>. |
30 | </para> | 30 | </para> |
31 | 31 | ||
32 | <para> | ||
33 | Aside from these two models, this chapter will also briefly introduce and discuss | ||
34 | development using | ||
35 | <ulink url='&YOCTO_HOME_URL;/projects/hob'>Hob</ulink>, which is a graphical interface | ||
36 | to the Yocto Project build system. | ||
37 | </para> | ||
38 | |||
32 | <section id='system-development-model'> | 39 | <section id='system-development-model'> |
33 | <title>System Development</title> | 40 | <title>System Development</title> |
34 | 41 | ||