diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-07 14:08:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:52 +0100 |
commit | 4c90692716feb5e52f7859e2013b02f6f6703062 (patch) | |
tree | 0d3bed26e2aa330664f67b21b82fb48ff6b41242 /documentation | |
parent | b1f6ce106305ad660a439a0d5363c5d96ca8bb31 (diff) | |
download | poky-4c90692716feb5e52f7859e2013b02f6f6703062.tar.gz |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 10 |
1 files changed, 8 insertions, 2 deletions
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.</para></listitem> | |||
1190 | The <filename>Yocto Project Settings</filename> | 1190 | The <filename>Yocto Project Settings</filename> |
1191 | Dialog allows you to override those default settings | 1191 | Dialog allows you to override those default settings |
1192 | for a given project.</para></listitem> | 1192 | for a given project.</para></listitem> |
1193 | <listitem><para>Make your configurations for the project and click "OK".</para></listitem> | 1193 | <listitem><para>Make your configurations for the project and click "OK". |
1194 | If you are runing the Juno version of Eclipse, you can skip down to the next | ||
1195 | section where you build the project. | ||
1196 | If you are not working with Juno, you need to reconfigure the project as | ||
1197 | described in the next step.</para></listitem> | ||
1194 | <listitem><para>Select <filename>Project -> Reconfigure Project</filename>: | 1198 | <listitem><para>Select <filename>Project -> Reconfigure Project</filename>: |
1195 | This selection reconfigures the project by running | 1199 | This selection reconfigures the project by running |
1196 | <filename>autogen.sh</filename> in the workspace for your project. | 1200 | <filename>autogen.sh</filename> in the workspace for your project. |
@@ -1208,7 +1212,9 @@ directory.</para></listitem> | |||
1208 | <title>Building the Project</title> | 1212 | <title>Building the Project</title> |
1209 | 1213 | ||
1210 | <para> | 1214 | <para> |
1211 | To build the project, select <filename>Project -> Build Project</filename>. | 1215 | To build the project in Juno, right click on the project in the navigator pane and select |
1216 | <filename>Build Project</filename>. | ||
1217 | If you are not running Juno, select <filename>Project -> Build Project</filename>. | ||
1212 | The console should update and you can note the cross-compiler you are using. | 1218 | The console should update and you can note the cross-compiler you are using. |
1213 | </para> | 1219 | </para> |
1214 | </section> | 1220 | </section> |