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 @@ 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. + + Aside from these two models, this chapter will also briefly introduce and discuss + development using + Hob, which is a graphical interface + to the Yocto Project build system. + +
System Development