diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index f59fae35c2..c821fe8d19 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -23,7 +23,7 @@ User Application Development: User Application Development covers development of applications that you intend - to run on some target hardware. + to run on target hardware. For information on how to set up your host development system for user-space application development, see the Yocto Project Application Developer's Guide. @@ -35,10 +35,10 @@ Temporary Source Code Modification: Direct modification of temporary source code is a convenient development model to quickly iterate and develop towards a solution. - Once the solution has been implemented, you should of course take steps to + Once you implement the solution, you should of course take steps to get the changes upstream and applied in the affected recipes. Image Development using Hob: - You can use the Hob to build + You can use the Hob to build custom operating system images within the build environment. Hob provides an efficient interface to the OpenEmbedded build system. Using a Development Shell: