diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-10 10:34:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 12:22:30 +0100 |
commit | 5e81518b1c9dd8b2968279e412d0eb00cd1e2e0e (patch) | |
tree | 3f2bc13ea1b21f53ac5b5f7633765ebe969f262e /documentation/dev-manual/dev-manual-model.xml | |
parent | 823ab7fc9e7bf75a39cc2823cfb017e04fac5c28 (diff) | |
download | poky-5e81518b1c9dd8b2968279e412d0eb00cd1e2e0e.tar.gz |
dev-manual: Edits to the chapter introductory section.
(From yocto-docs rev: 40337dc811ada7f426df3b243455476b98e0cee1)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 6 |
1 files 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 @@ | |||
23 | </para></listitem> | 23 | </para></listitem> |
24 | <listitem><para><emphasis>User Application Development:</emphasis> | 24 | <listitem><para><emphasis>User Application Development:</emphasis> |
25 | User Application Development covers development of applications that you intend | 25 | User Application Development covers development of applications that you intend |
26 | to run on some target hardware. | 26 | to run on target hardware. |
27 | For information on how to set up your host development system for user-space | 27 | For information on how to set up your host development system for user-space |
28 | application development, see the | 28 | application development, see the |
29 | <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>. | 29 | <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>. |
@@ -35,10 +35,10 @@ | |||
35 | <listitem><para><emphasis>Temporary Source Code Modification:</emphasis> | 35 | <listitem><para><emphasis>Temporary Source Code Modification:</emphasis> |
36 | Direct modification of temporary source code is a convenient development model | 36 | Direct modification of temporary source code is a convenient development model |
37 | to quickly iterate and develop towards a solution. | 37 | to quickly iterate and develop towards a solution. |
38 | Once the solution has been implemented, you should of course take steps to | 38 | Once you implement the solution, you should of course take steps to |
39 | get the changes upstream and applied in the affected recipes.</para></listitem> | 39 | get the changes upstream and applied in the affected recipes.</para></listitem> |
40 | <listitem><para><emphasis>Image Development using Hob:</emphasis> | 40 | <listitem><para><emphasis>Image Development using Hob:</emphasis> |
41 | You can use the <ulink url='&YOCTO_HOME_URL;/projects/hob'>Hob</ulink> to build | 41 | You can use the <ulink url='&YOCTO_HOME_URL;/tools-resources/projects/hob'>Hob</ulink> to build |
42 | custom operating system images within the build environment. | 42 | custom operating system images within the build environment. |
43 | Hob provides an efficient interface to the OpenEmbedded build system.</para></listitem> | 43 | Hob provides an efficient interface to the OpenEmbedded build system.</para></listitem> |
44 | <listitem><para><emphasis>Using a Development Shell:</emphasis> | 44 | <listitem><para><emphasis>Using a Development Shell:</emphasis> |