diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-01 07:57:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-02 17:41:30 +0100 |
commit | 1040961076ab440a669cb8cdf966ac28771cdd48 (patch) | |
tree | 208456df3fc51747f765506e58140a09309349a3 | |
parent | 93e7454bd77fa917019103ca6d42811dda8f4c3b (diff) | |
download | poky-1040961076ab440a669cb8cdf966ac28771cdd48.tar.gz |
documentation: dev-manual - Updated overview for application flow
The bulleted item that describes where to look for application
development was still pointing exclusively to the adt-manual.
Updated to point to adt-manual for host setup only and then
point to section in the dev-manual for the Eclipse example.
(From yocto-docs rev: 36ac631e23366c4d9f83c2d00cbbd3bc4758aa15)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 4bdb91208c..c915df4ae6 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
@@ -21,10 +21,13 @@ | |||
21 | <listitem><para><emphasis>User Application Development:</emphasis> | 21 | <listitem><para><emphasis>User Application Development:</emphasis> |
22 | User Application Development covers development of applications that you intend | 22 | User Application Development covers development of applications that you intend |
23 | to run on some target hardware. | 23 | to run on some target hardware. |
24 | For a user-space application development example that uses the | 24 | For information on how to set up your host development system for user-space |
25 | <trademark class='trade'>Eclipse</trademark> IDE, | 25 | application development, see the |
26 | see the | ||
27 | <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>. | 26 | <ulink url='&YOCTO_DOCS_ADT_URL;'>Yocto Project Application Developer's Guide</ulink>. |
27 | For a simple example of user-space application development using the | ||
28 | <trademark class='trade'>Eclipse</trademark> IDE, see the | ||
29 | "<link linkend='application-development-workflow'>Application | ||
30 | Development Workflow</link>" section. | ||
28 | </para></listitem> | 31 | </para></listitem> |
29 | <listitem><para><emphasis>Temporary Source Code Modification:</emphasis> | 32 | <listitem><para><emphasis>Temporary Source Code Modification:</emphasis> |
30 | Direct modification of temporary source code is a convenient development model | 33 | Direct modification of temporary source code is a convenient development model |