documentation/adt-manual/adt-eclipse.xml: Fixed the section formatting.

I made changes to the section titles so they have quotes around them
for easier reading in the PDF manual.

(From yocto-docs rev: 5bea470682c3d834f30ab0d2fcba148ea33d653f)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-09-15 06:00:19 -07:00 committed by Richard Purdie
parent 2cf26ef150
commit 319f4ee481
1 changed files with 12 additions and 13 deletions

View File

@ -225,10 +225,10 @@
If you are using a stand-alone pre-built toolchain, you should be pointing to the If you are using a stand-alone pre-built toolchain, you should be pointing to the
<filename>/opt/poky/$SDKVERSION</filename> directory. <filename>/opt/poky/$SDKVERSION</filename> directory.
This is the location for toolchains installed by the ADT Installer or by hand. This is the location for toolchains installed by the ADT Installer or by hand.
Sections <link linkend='configuring-and-running-the-adt-installer-script'> Sections "<link linkend='configuring-and-running-the-adt-installer-script'>Configuring
Configuring and Running the ADT Installer Script</link> and and Running the ADT Installer Script</link>" and
<link linkend='using-an-existing-toolchain-tarball'> "<link linkend='using-an-existing-toolchain-tarball'>Using a Cross-Toolchain
Using a Cross-Toolchain Tarball</link> describe two ways to install Tarball</link>" describe two ways to install
a stand-alone cross-toolchain in the a stand-alone cross-toolchain in the
<filename>/opt/poky</filename> directory. <filename>/opt/poky</filename> directory.
<note>It is possible to install a stand-alone cross-toolchain in a directory <note>It is possible to install a stand-alone cross-toolchain in a directory
@ -237,8 +237,8 @@
<para>If you are using a system-derived toolchain, the path you provide <para>If you are using a system-derived toolchain, the path you provide
for the <filename>Toolchain Root Location</filename> for the <filename>Toolchain Root Location</filename>
field is the Yocto Project's build directory. field is the Yocto Project's build directory.
See section <link linkend='using-the-toolchain-from-within-the-build-tree'> See section "<link linkend='using-the-toolchain-from-within-the-build-tree'>Using
Using BitBake and the Yocto Project Build Tree</link> for BitBake and the Yocto Project Build Tree</link>" for
information on how to install the toolchain into the Yocto information on how to install the toolchain into the Yocto
Project build tree.</para></listitem> Project build tree.</para></listitem>
<listitem><para><emphasis>Specify the Sysroot Location:</emphasis> <listitem><para><emphasis>Specify the Sysroot Location:</emphasis>
@ -255,8 +255,7 @@
The pull-down menu should have the supported architectures. The pull-down menu should have the supported architectures.
If the architecture you need is not listed in the menu, you If the architecture you need is not listed in the menu, you
will need to build the image. will need to build the image.
See the See the "<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>" section of the
<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html#building-image'> Building an Image</ulink> section of the
<ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'> <ulink url='http://www.yoctoproject.org/docs/1.1/yocto-project-qs/yocto-project-qs.html'>
The Yocto Project Quick Start</ulink> for more information.</para></listitem> The Yocto Project Quick Start</ulink> for more information.</para></listitem>
</itemizedlist> </itemizedlist>
@ -317,7 +316,7 @@
This section describes how to create Autotools-based projects from within This section describes how to create Autotools-based projects from within
the Eclipse IDE. the Eclipse IDE.
For information on creating Makefile-based projects in a terminal window, see the section For information on creating Makefile-based projects in a terminal window, see the section
<link linkend='using-the-command-line'>Using the Command Line</link>. "<link linkend='using-the-command-line'>Using the Command Line</link>".
</para> </para>
<para> <para>
@ -350,8 +349,8 @@
<title>Configuring the Cross-Toolchains</title> <title>Configuring the Cross-Toolchains</title>
<para> <para>
The previous section, <link linkend='configuring-the-eclipse-yocto-plug-in'> The previous section, "<link linkend='configuring-the-eclipse-yocto-plug-in'>Configuring
Configuring the Eclipse Yocto Plug-in</link>, sets up the default project the Eclipse Yocto Plug-in</link>", sets up the default project
configurations. configurations.
You can change these settings for a given project by following these steps: You can change these settings for a given project by following these steps:
<orderedlist> <orderedlist>
@ -363,8 +362,8 @@
<para>Yocto ADT Settings are inherited from the default project configuration. <para>Yocto ADT Settings are inherited from the default project configuration.
The information in this dialog is identical to that chosen earlier The information in this dialog is identical to that chosen earlier
for the Cross Compiler Options and Target Options as described in the for the Cross Compiler Options and Target Options as described in the
<link linkend='configuring-the-eclipse-yocto-plug-in'> "<link linkend='configuring-the-eclipse-yocto-plug-in'>Configuring the Eclipse
Configuring the Eclipse Yocto Plug-in</link> section.</para></listitem> Yocto Plug-in</link>" section.</para></listitem>
<listitem><para>Select <filename>Project -&gt; Reconfigure Project</filename>: <listitem><para>Select <filename>Project -&gt; Reconfigure Project</filename>:
This selection reconfigures the project by running This selection reconfigures the project by running
<filename>autogen.sh</filename> in the workspace for your project. <filename>autogen.sh</filename> in the workspace for your project.