aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-10 13:31:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-11 12:22:31 +0100
commitdfe04dc69544ba255aa0620a25b3033a8d8c3bd1 (patch)
tree4ee3e85212968422b02225848917d4be343af3ff
parentf235bb4e66e8ed6829b17eb78f01cab1b47fcba7 (diff)
downloadopenembedded-core-contrib-dfe04dc69544ba255aa0620a25b3033a8d8c3bd1.tar.gz
dev-manual: Edits to "Configuring the Cross-Toolchains" section.
(From yocto-docs rev: 22bc538effa37ea48884942f204488637663f75b) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-model.xml17
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 @@
configurations.
You can override these settings for a given project by following these steps:
<orderedlist>
- <listitem><para>Select <filename>Project -&gt; Change Yocto Project Settings</filename>:
- This selection brings up the <filename>Yocot Project Settings</filename> Dialog
+ <listitem><para>Select "Change Yocto Project Settings" from the
+ "Project" menu.
+ This selection brings up the Yocto Project Settings Dialog
and allows you to make changes specific to an individual project.
</para>
<para>By default, the Cross Compiler Options and Target Options for a project
- are inherited from settings you provide using the <filename>Preferences</filename>
+ are inherited from settings you provide using the Preferences
Dialog as described earlier
in the "<link linkend='configuring-the-eclipse-yocto-plug-in'>Configuring the Eclipse
Yocto Plug-in</link>" section.
- The <filename>Yocto Project Settings</filename>
- Dialog allows you to override those default settings
- for a given project.</para></listitem>
+ The Yocto Project Settings Dialog allows you to override
+ those default settings for a given project.</para></listitem>
<listitem><para>Make your configurations for the project and click "OK".
If you are running 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.</para></listitem>
- <listitem><para>Select <filename>Project -&gt; Reconfigure Project</filename>:
+ <listitem><para>Select "Reconfigure Project" from the
+ "Project" menu.
This selection reconfigures the project by running
<filename>autogen.sh</filename> in the workspace for your project.
The script also runs <filename>libtoolize</filename>, <filename>aclocal</filename>,
<filename>autoconf</filename>, <filename>autoheader</filename>,
<filename>automake --a</filename>, and
<filename>./configure</filename>.
- Click on the <filename>Console</filename> tab beneath your source code to
+ Click on the "Console" tab beneath your source code to
see the results of reconfiguring your project.</para></listitem>
</orderedlist>
</para>