From 4c90692716feb5e52f7859e2013b02f6f6703062 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 7 Sep 2012 14:08:34 -0700 Subject: documentation/dev-manual/dev-manual-model.xml: updates to project creation The steps for creating a project in Eclipse vary a bit between Juno and Indigo. These changes reflect that. (From yocto-docs rev: a020ecde8ed02a29f67498ef1511261d2054f784) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 7537a5c3c9..5f3b67de24 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1190,7 +1190,11 @@ directory. The Yocto Project Settings Dialog allows you to override those default settings for a given project. - Make your configurations for the project and click "OK". + Make your configurations for the project and click "OK". + If you are runing the Juno version of Eclipse, you can skip down to the next + section where you build the project. + If you are not working with Juno, you need to reconfigure the project as + described in the next step. Select Project -> Reconfigure Project: This selection reconfigures the project by running autogen.sh in the workspace for your project. @@ -1208,7 +1212,9 @@ directory. Building the Project - To build the project, select Project -> Build Project. + To build the project in Juno, right click on the project in the navigator pane and select + Build Project. + If you are not running Juno, select Project -> Build Project. The console should update and you can note the cross-compiler you are using. -- cgit v1.2.3-54-g00ecf