From 319f4ee481bc6b3361f2ca589f9a48cacbd5fd8c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 15 Sep 2011 06:00:19 -0700 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 25 ++++++++++++------------ 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 759ce8f5e4..324d6dbcd7 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 /opt/poky/$SDKVERSION directory. This is the location for toolchains installed by the ADT Installer or by hand. - Sections - Configuring and Running the ADT Installer Script and - - Using a Cross-Toolchain Tarball describe two ways to install + Sections "Configuring + and Running the ADT Installer Script" and + "Using a Cross-Toolchain + Tarball" describe two ways to install a stand-alone cross-toolchain in the /opt/poky directory. It is possible to install a stand-alone cross-toolchain in a directory @@ -237,8 +237,8 @@ If you are using a system-derived toolchain, the path you provide for the Toolchain Root Location field is the Yocto Project's build directory. - See section - Using BitBake and the Yocto Project Build Tree for + See section "Using + BitBake and the Yocto Project Build Tree" for information on how to install the toolchain into the Yocto Project build tree. Specify the Sysroot Location: @@ -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 - Building an Image section of the + See the "Building an Image" section of the The Yocto Project Quick Start for more information. @@ -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 - Using the Command Line. + "Using the Command Line". @@ -350,8 +349,8 @@ Configuring the Cross-Toolchains - The previous section, - Configuring the Eclipse Yocto Plug-in, sets up the default project + The previous section, "Configuring + the Eclipse Yocto Plug-in", sets up the default project configurations. You can change these settings for a given project by following these steps: @@ -363,8 +362,8 @@ 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 - - Configuring the Eclipse Yocto Plug-in section. + "Configuring the Eclipse + Yocto Plug-in" section. Select Project -> Reconfigure Project: This selection reconfigures the project by running autogen.sh in the workspace for your project.