summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-22 14:58:20 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:50 +0000
commitf98621fdcf37398d0380c16b2d8da297124716cf (patch)
tree41d252af23405ebfa5804fd3985900fbe3e2b80c /documentation
parent40a45af01f414d11532fe61a5bf80b3b3e1e746d (diff)
downloadpoky-f98621fdcf37398d0380c16b2d8da297124716cf.tar.gz
documenation/dev-manual/dev-manual-model.xml: Hob added to Intro
Added information about Hob to the introduction part of this chapter. The chapter is going to have a section that introduces and speaks a bit about the Hob. (From yocto-docs rev: dd98b3132ff4660397c37a223af8c4c2835a5276) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml11
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