summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-09-15 06:00:19 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-25 17:59:57 +0100
commit4b20f0fc96c1db76568d0275f8adb3bf34d05bd9 (patch)
tree4485b73455e795ed78f3d9216eaf402a9a5cc1d4 /documentation/adt-manual
parentf7cb020ba43e717c69a8bb27ffb74a7c3cba68f3 (diff)
downloadast2050-yocto-poky-4b20f0fc96c1db76568d0275f8adb3bf34d05bd9.zip
ast2050-yocto-poky-4b20f0fc96c1db76568d0275f8adb3bf34d05bd9.tar.gz
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>
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml
index 759ce8f..324d6db 100644
--- a/documentation/adt-manual/adt-eclipse.xml
+++ b/documentation/adt-manual/adt-eclipse.xml
@@ -225,10 +225,10 @@
If you are using a stand-alone pre-built toolchain, you should be pointing to the
<filename>/opt/poky/$SDKVERSION</filename> directory.
This is the location for toolchains installed by the ADT Installer or by hand.
- Sections <link linkend='configuring-and-running-the-adt-installer-script'>
- Configuring and Running the ADT Installer Script</link> and
- <link linkend='using-an-existing-toolchain-tarball'>
- Using a Cross-Toolchain Tarball</link> describe two ways to install
+ Sections "<link linkend='configuring-and-running-the-adt-installer-script'>Configuring
+ and Running the ADT Installer Script</link>" and
+ "<link linkend='using-an-existing-toolchain-tarball'>Using a Cross-Toolchain
+ Tarball</link>" describe two ways to install
a stand-alone cross-toolchain in the
<filename>/opt/poky</filename> 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
for the <filename>Toolchain Root Location</filename>
field is the Yocto Project's build directory.
- See section <link linkend='using-the-toolchain-from-within-the-build-tree'>
- Using BitBake and the Yocto Project Build Tree</link> for
+ See section "<link linkend='using-the-toolchain-from-within-the-build-tree'>Using
+ BitBake and the Yocto Project Build Tree</link>" for
information on how to install the toolchain into the Yocto
Project build tree.</para></listitem>
<listitem><para><emphasis>Specify the Sysroot Location:</emphasis>
@@ -255,8 +255,7 @@
The pull-down menu should have the supported architectures.
If the architecture you need is not listed in the menu, you
will need to build the image.
- 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
+ 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'>
The Yocto Project Quick Start</ulink> for more information.</para></listitem>
</itemizedlist>
@@ -317,7 +316,7 @@
This section describes how to create Autotools-based projects from within
the Eclipse IDE.
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>
@@ -350,8 +349,8 @@
<title>Configuring the Cross-Toolchains</title>
<para>
- The previous section, <link linkend='configuring-the-eclipse-yocto-plug-in'>
- Configuring the Eclipse Yocto Plug-in</link>, sets up the default project
+ The previous section, "<link linkend='configuring-the-eclipse-yocto-plug-in'>Configuring
+ the Eclipse Yocto Plug-in</link>", sets up the default project
configurations.
You can change these settings for a given project by following these steps:
<orderedlist>
@@ -363,8 +362,8 @@
<para>Yocto ADT Settings are inherited from the default project configuration.
The information in this dialog is identical to that chosen earlier
for the Cross Compiler Options and Target Options as described in the
- <link linkend='configuring-the-eclipse-yocto-plug-in'>
- Configuring the Eclipse Yocto Plug-in</link> section.</para></listitem>
+ "<link linkend='configuring-the-eclipse-yocto-plug-in'>Configuring the Eclipse
+ Yocto Plug-in</link>" section.</para></listitem>
<listitem><para>Select <filename>Project -&gt; Reconfigure Project</filename>:
This selection reconfigures the project by running
<filename>autogen.sh</filename> in the workspace for your project.
OpenPOWER on IntegriCloud