From 1040961076ab440a669cb8cdf966ac28771cdd48 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 1 Oct 2012 07:57:50 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 9 ++++++--- 1 file 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 @@ User Application Development: User Application Development covers development of applications that you intend to run on some target hardware. - For a user-space application development example that uses the - Eclipse IDE, - see the + For information on how to set up your host development system for user-space + application development, see the Yocto Project Application Developer's Guide. + For a simple example of user-space application development using the + Eclipse IDE, see the + "Application + Development Workflow" section. Temporary Source Code Modification: Direct modification of temporary source code is a convenient development model