From 5e81518b1c9dd8b2968279e412d0eb00cd1e2e0e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 10 Apr 2013 10:34:39 -0700 Subject: [PATCH] dev-manual: Edits to the chapter introductory section. (From yocto-docs rev: 40337dc811ada7f426df3b243455476b98e0cee1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: