From 347424e558a8d6db1c82f3bb1dbbf7b7b574566b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Jun 2012 15:02:25 -0700 Subject: documentation/adt-manual: Adjustments to Yocto Project term Changes throughout the manual that either eliminate or change many of the "Yocto Project" strings. The file structure for the meta data is now called "source directory." The build directory is referred as just that - "build directory." Any where the build system is referred to it is called the "OpenEmbedded build system." (From yocto-docs rev: 1210c19f90d4a52042fec12657212ae3e58e13d6) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-eclipse.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'documentation/adt-manual/adt-eclipse.xml') diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 44909b8f5e..4d400ad6df 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -7,9 +7,9 @@ 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 @@ 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.
@@ -152,7 +152,7 @@ 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 @@ Build System Derived Toolchain: 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 Build system derived toolchain, you are using the toolchain bundled - inside the Yocto Project build tree. + inside the build directory. @@ -342,11 +342,10 @@ However, doing so is discouraged. 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. + field is the build directory. See section "Using - BitBake and the Yocto Project Build Tree" for - information on how to install the toolchain into the Yocto - Project build tree. + BitBake and the build directory" for + information on how to install the toolchain into the build directory. Specify the Sysroot Location: 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. If you selected Build system derived toolchain, the target kernel you built will be located in the - Yocto Project build tree in tmp/deploy/images directory. + build directory in tmp/deploy/images directory. If you selected Standalone pre-built toolchain, the pre-built image you downloaded is located in the directory you specified when you downloaded the image. @@ -433,7 +432,7 @@ Double click C Project to create the project. Expand Yocto Project ADT Project. Select Hello World ANSI C Autotools Project. - This is an Autotools-based project based on a Yocto Project template. + This is an Autotools-based project based on a Yocto template. Put a name in the Project name: field. Do not use hyphens as part of the name. Click Next. @@ -677,7 +676,7 @@ <project_location>/<project_name>. If that directory does not exist, you need to check the "Clone from Yocto Git Repository" box, which would execute a - git clone command to get the Yocto project's metadata files. + git clone command to get the project's metadata files. Select Finish to create the project. @@ -702,9 +701,9 @@ Select File -> New -> Yocto BitBake Commander -> BitBake Recipe to open a new recipe wizard. Point to your source by filling in the "SRC_URL" field. - For example, you can add a recipe in the - Yocto Project Source Files, - input the "SRC_URL" as follows: + For example, you can add a recipe to your + source directory structure + by defining "SRC_URL" as follows: ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz -- cgit v1.2.3-54-g00ecf