summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-10 10:34:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:22:36 +0100
commitb5d55cfe033cdf4d075335f5eb57709680c09e2a (patch)
tree6e496c20b41f809cbe53f668d9d073cc4227bf69 /documentation
parent53623cb381ce49f356508baed0b8ed90c06d5cbd (diff)
downloadpoky-b5d55cfe033cdf4d075335f5eb57709680c09e2a.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')
-rw-r--r--documentation/dev-manual/dev-manual-model.xml6
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>