From: Scott Rifenbark Date: Fri, 7 Sep 2012 21:08:34 +0000 (-0700) Subject: documentation/dev-manual/dev-manual-model.xml: updates to project creation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c90692716feb5e52f7859e2013b02f6f6703062;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 7537a5c3c9f..5f3b67de245 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.