diff options
| -rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 6f44fe70c5..487e7d1148 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml | |||
| @@ -1160,31 +1160,32 @@ | |||
| 1160 | configurations. | 1160 | configurations. |
| 1161 | You can override these settings for a given project by following these steps: | 1161 | You can override these settings for a given project by following these steps: |
| 1162 | <orderedlist> | 1162 | <orderedlist> |
| 1163 | <listitem><para>Select <filename>Project -> Change Yocto Project Settings</filename>: | 1163 | <listitem><para>Select "Change Yocto Project Settings" from the |
| 1164 | This selection brings up the <filename>Yocot Project Settings</filename> Dialog | 1164 | "Project" menu. |
| 1165 | This selection brings up the Yocto Project Settings Dialog | ||
| 1165 | and allows you to make changes specific to an individual project. | 1166 | and allows you to make changes specific to an individual project. |
| 1166 | </para> | 1167 | </para> |
| 1167 | <para>By default, the Cross Compiler Options and Target Options for a project | 1168 | <para>By default, the Cross Compiler Options and Target Options for a project |
| 1168 | are inherited from settings you provide using the <filename>Preferences</filename> | 1169 | are inherited from settings you provide using the Preferences |
| 1169 | Dialog as described earlier | 1170 | Dialog as described earlier |
| 1170 | in the "<link linkend='configuring-the-eclipse-yocto-plug-in'>Configuring the Eclipse | 1171 | in the "<link linkend='configuring-the-eclipse-yocto-plug-in'>Configuring the Eclipse |
| 1171 | Yocto Plug-in</link>" section. | 1172 | Yocto Plug-in</link>" section. |
| 1172 | The <filename>Yocto Project Settings</filename> | 1173 | The Yocto Project Settings Dialog allows you to override |
| 1173 | Dialog allows you to override those default settings | 1174 | those default settings for a given project.</para></listitem> |
| 1174 | for a given project.</para></listitem> | ||
| 1175 | <listitem><para>Make your configurations for the project and click "OK". | 1175 | <listitem><para>Make your configurations for the project and click "OK". |
| 1176 | If you are running the Juno version of Eclipse, you can skip down to the next | 1176 | If you are running the Juno version of Eclipse, you can skip down to the next |
| 1177 | section where you build the project. | 1177 | section where you build the project. |
| 1178 | If you are not working with Juno, you need to reconfigure the project as | 1178 | If you are not working with Juno, you need to reconfigure the project as |
| 1179 | described in the next step.</para></listitem> | 1179 | described in the next step.</para></listitem> |
| 1180 | <listitem><para>Select <filename>Project -> Reconfigure Project</filename>: | 1180 | <listitem><para>Select "Reconfigure Project" from the |
| 1181 | "Project" menu. | ||
| 1181 | This selection reconfigures the project by running | 1182 | This selection reconfigures the project by running |
| 1182 | <filename>autogen.sh</filename> in the workspace for your project. | 1183 | <filename>autogen.sh</filename> in the workspace for your project. |
| 1183 | The script also runs <filename>libtoolize</filename>, <filename>aclocal</filename>, | 1184 | The script also runs <filename>libtoolize</filename>, <filename>aclocal</filename>, |
| 1184 | <filename>autoconf</filename>, <filename>autoheader</filename>, | 1185 | <filename>autoconf</filename>, <filename>autoheader</filename>, |
| 1185 | <filename>automake --a</filename>, and | 1186 | <filename>automake --a</filename>, and |
| 1186 | <filename>./configure</filename>. | 1187 | <filename>./configure</filename>. |
| 1187 | Click on the <filename>Console</filename> tab beneath your source code to | 1188 | Click on the "Console" tab beneath your source code to |
| 1188 | see the results of reconfiguring your project.</para></listitem> | 1189 | see the results of reconfiguring your project.</para></listitem> |
| 1189 | </orderedlist> | 1190 | </orderedlist> |
| 1190 | </para> | 1191 | </para> |
