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.