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>
This commit is contained in:
Scott Rifenbark 2012-03-22 14:58:20 -06:00 committed by Richard Purdie
parent 40a45af01f
commit f98621fdcf
1 changed files with 9 additions and 2 deletions

View File

@ -8,8 +8,8 @@
<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.
However, for the purposes of this manual we are going to focus on two common models:
System Development and User Application Development.
System Development covers Board Support Package (BSP) development and kernel modification
or configuration.
User Application Development covers development of applications that you intend to run on some
@ -29,6 +29,13 @@
The Yocto Project Application Development Toolkit (ADT) User's Guide</ulink>.
</para>
<para>
Aside from these two models, this chapter will also briefly introduce and discuss
development using
<ulink url='&YOCTO_HOME_URL;/projects/hob'>Hob</ulink>, which is a graphical interface
to the Yocto Project build system.
</para>
<section id='system-development-model'>
<title>System Development</title>