diff options
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> |