diff options
Diffstat (limited to 'documentation/adt-manual/adt-eclipse.xml')
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 31 |
1 files changed, 15 insertions, 16 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 44909b8..4d400ad 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -7,9 +7,9 @@ <para> The Eclipse IDE is a popular development environment and it fully supports - development using Yocto Project. + development using the Yocto Project. When you install and configure the Eclipse Yocto Project Plug-in into - the Eclipse IDE, you maximize your Yocto Project design experience. + the Eclipse IDE, you maximize your Yocto Project experience. Installing and configuring the Plug-in results in an environment that has extensions specifically designed to let you more easily develop software. These extensions allow for cross-compilation, deployment, and execution of @@ -21,7 +21,7 @@ </para> <para> This section describes how to install and configure the Eclipse IDE - Yocto Plug-in and how to use it to develop your Yocto Project. + Yocto Plug-in and how to use it to develop your application. </para> <section id='setting-up-the-eclipse-ide'> @@ -152,7 +152,7 @@ <para> You can install the Eclipse Yocto Plug-in into the Eclipse IDE - one of two ways: use the Yocto Project update site to install the pre-built plug-in, + one of two ways: use the Yocto Project's Eclipse Update site to install the pre-built plug-in, or build and install the plug-in from the latest source code. If you don't want to permanently install the plug-in but just want to try it out within the Eclipse environment, you can import the plug-in project from the @@ -320,10 +320,10 @@ <listitem><para><emphasis> <filename>Build System Derived Toolchain:</filename></emphasis> Select this mode if the cross-toolchain has been installed and built - as part of the Yocto Project build tree. + as part of the build directory. When you select <filename>Build system derived toolchain</filename>, you are using the toolchain bundled - inside the Yocto Project build tree. + inside the build directory. </para></listitem> </itemizedlist> </para></listitem> @@ -342,11 +342,10 @@ However, doing so is discouraged.</note></para> <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. + field is the build directory. 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> + BitBake and the build directory</link>" for + information on how to install the toolchain into the build directory.</para></listitem> <listitem><para><emphasis>Specify the Sysroot Location:</emphasis> This location is where the root filesystem for the target hardware is created on the development system by the ADT Installer. @@ -380,7 +379,7 @@ and specify any custom options.</para> <para>If you selected <filename>Build system derived toolchain</filename>, the target kernel you built will be located in the - Yocto Project build tree in <filename>tmp/deploy/images</filename> directory. + build directory in <filename>tmp/deploy/images</filename> directory. If you selected <filename>Standalone pre-built toolchain</filename>, the pre-built image you downloaded is located in the directory you specified when you downloaded the image.</para> @@ -433,7 +432,7 @@ <listitem><para>Double click <filename>C Project</filename> to create the project.</para></listitem> <listitem><para>Expand <filename>Yocto Project ADT Project</filename>.</para></listitem> <listitem><para>Select <filename>Hello World ANSI C Autotools Project</filename>. - This is an Autotools-based project based on a Yocto Project template.</para></listitem> + This is an Autotools-based project based on a Yocto template.</para></listitem> <listitem><para>Put a name in the <filename>Project name:</filename> field. Do not use hyphens as part of the name.</para></listitem> <listitem><para>Click <filename>Next</filename>.</para></listitem> @@ -677,7 +676,7 @@ <filename><project_location>/<project_name></filename>. If that directory does not exist, you need to check the "Clone from Yocto Git Repository" box, which would execute a - <filename>git clone</filename> command to get the Yocto project's metadata files. + <filename>git clone</filename> command to get the project's metadata files. </para></listitem> <listitem><para>Select <filename>Finish</filename> to create the project.</para></listitem> </orderedlist> @@ -702,9 +701,9 @@ <listitem><para>Select <filename>File -> New -> Yocto BitBake Commander -> BitBake Recipe</filename> to open a new recipe wizard.</para></listitem> <listitem><para>Point to your source by filling in the "SRC_URL" field. - For example, you can add a recipe in the - <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-source-files'>Yocto Project Source Files</ulink>, - input the "SRC_URL" as follows: + For example, you can add a recipe to your + <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-source-files'>source directory structure</ulink> + by defining "SRC_URL" as follows: <literallayout class='monospaced'> ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz </literallayout></para></listitem> |