summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-eclipse.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-eclipse.xml')
-rw-r--r--documentation/adt-manual/adt-eclipse.xml31
1 files changed, 15 insertions, 16 deletions
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 @@
7 7
8 <para> 8 <para>
9 The Eclipse IDE is a popular development environment and it fully supports 9 The Eclipse IDE is a popular development environment and it fully supports
10 development using Yocto Project. 10 development using the Yocto Project.
11 When you install and configure the Eclipse Yocto Project Plug-in into 11 When you install and configure the Eclipse Yocto Project Plug-in into
12 the Eclipse IDE, you maximize your Yocto Project design experience. 12 the Eclipse IDE, you maximize your Yocto Project experience.
13 Installing and configuring the Plug-in results in an environment that 13 Installing and configuring the Plug-in results in an environment that
14 has extensions specifically designed to let you more easily develop software. 14 has extensions specifically designed to let you more easily develop software.
15 These extensions allow for cross-compilation, deployment, and execution of 15 These extensions allow for cross-compilation, deployment, and execution of
@@ -21,7 +21,7 @@
21 </para> 21 </para>
22 <para> 22 <para>
23 This section describes how to install and configure the Eclipse IDE 23 This section describes how to install and configure the Eclipse IDE
24 Yocto Plug-in and how to use it to develop your Yocto Project. 24 Yocto Plug-in and how to use it to develop your application.
25 </para> 25 </para>
26 26
27<section id='setting-up-the-eclipse-ide'> 27<section id='setting-up-the-eclipse-ide'>
@@ -152,7 +152,7 @@
152 152
153 <para> 153 <para>
154 You can install the Eclipse Yocto Plug-in into the Eclipse IDE 154 You can install the Eclipse Yocto Plug-in into the Eclipse IDE
155 one of two ways: use the Yocto Project update site to install the pre-built plug-in, 155 one of two ways: use the Yocto Project's Eclipse Update site to install the pre-built plug-in,
156 or build and install the plug-in from the latest source code. 156 or build and install the plug-in from the latest source code.
157 If you don't want to permanently install the plug-in but just want to try it out 157 If you don't want to permanently install the plug-in but just want to try it out
158 within the Eclipse environment, you can import the plug-in project from the 158 within the Eclipse environment, you can import the plug-in project from the
@@ -320,10 +320,10 @@
320 <listitem><para><emphasis> 320 <listitem><para><emphasis>
321 <filename>Build System Derived Toolchain:</filename></emphasis> 321 <filename>Build System Derived Toolchain:</filename></emphasis>
322 Select this mode if the cross-toolchain has been installed and built 322 Select this mode if the cross-toolchain has been installed and built
323 as part of the Yocto Project build tree. 323 as part of the build directory.
324 When you select <filename>Build system derived toolchain</filename>, 324 When you select <filename>Build system derived toolchain</filename>,
325 you are using the toolchain bundled 325 you are using the toolchain bundled
326 inside the Yocto Project build tree. 326 inside the build directory.
327 </para></listitem> 327 </para></listitem>
328 </itemizedlist> 328 </itemizedlist>
329 </para></listitem> 329 </para></listitem>
@@ -342,11 +342,10 @@
342 However, doing so is discouraged.</note></para> 342 However, doing so is discouraged.</note></para>
343 <para>If you are using a system-derived toolchain, the path you provide 343 <para>If you are using a system-derived toolchain, the path you provide
344 for the <filename>Toolchain Root Location</filename> 344 for the <filename>Toolchain Root Location</filename>
345 field is the Yocto Project's build directory. 345 field is the build directory.
346 See section "<link linkend='using-the-toolchain-from-within-the-build-tree'>Using 346 See section "<link linkend='using-the-toolchain-from-within-the-build-tree'>Using
347 BitBake and the Yocto Project Build Tree</link>" for 347 BitBake and the build directory</link>" for
348 information on how to install the toolchain into the Yocto 348 information on how to install the toolchain into the build directory.</para></listitem>
349 Project build tree.</para></listitem>
350 <listitem><para><emphasis>Specify the Sysroot Location:</emphasis> 349 <listitem><para><emphasis>Specify the Sysroot Location:</emphasis>
351 This location is where the root filesystem for the 350 This location is where the root filesystem for the
352 target hardware is created on the development system by the ADT Installer. 351 target hardware is created on the development system by the ADT Installer.
@@ -380,7 +379,7 @@
380 and specify any custom options.</para> 379 and specify any custom options.</para>
381 <para>If you selected <filename>Build system derived toolchain</filename>, 380 <para>If you selected <filename>Build system derived toolchain</filename>,
382 the target kernel you built will be located in the 381 the target kernel you built will be located in the
383 Yocto Project build tree in <filename>tmp/deploy/images</filename> directory. 382 build directory in <filename>tmp/deploy/images</filename> directory.
384 If you selected <filename>Standalone pre-built toolchain</filename>, the 383 If you selected <filename>Standalone pre-built toolchain</filename>, the
385 pre-built image you downloaded is located 384 pre-built image you downloaded is located
386 in the directory you specified when you downloaded the image.</para> 385 in the directory you specified when you downloaded the image.</para>
@@ -433,7 +432,7 @@
433 <listitem><para>Double click <filename>C Project</filename> to create the project.</para></listitem> 432 <listitem><para>Double click <filename>C Project</filename> to create the project.</para></listitem>
434 <listitem><para>Expand <filename>Yocto Project ADT Project</filename>.</para></listitem> 433 <listitem><para>Expand <filename>Yocto Project ADT Project</filename>.</para></listitem>
435 <listitem><para>Select <filename>Hello World ANSI C Autotools Project</filename>. 434 <listitem><para>Select <filename>Hello World ANSI C Autotools Project</filename>.
436 This is an Autotools-based project based on a Yocto Project template.</para></listitem> 435 This is an Autotools-based project based on a Yocto template.</para></listitem>
437 <listitem><para>Put a name in the <filename>Project name:</filename> field. 436 <listitem><para>Put a name in the <filename>Project name:</filename> field.
438 Do not use hyphens as part of the name.</para></listitem> 437 Do not use hyphens as part of the name.</para></listitem>
439 <listitem><para>Click <filename>Next</filename>.</para></listitem> 438 <listitem><para>Click <filename>Next</filename>.</para></listitem>
@@ -677,7 +676,7 @@
677 <filename>&lt;project_location&gt;/&lt;project_name&gt;</filename>. 676 <filename>&lt;project_location&gt;/&lt;project_name&gt;</filename>.
678 If that directory does not exist, you need to check 677 If that directory does not exist, you need to check
679 the "Clone from Yocto Git Repository" box, which would execute a 678 the "Clone from Yocto Git Repository" box, which would execute a
680 <filename>git clone</filename> command to get the Yocto project's metadata files. 679 <filename>git clone</filename> command to get the project's metadata files.
681 </para></listitem> 680 </para></listitem>
682 <listitem><para>Select <filename>Finish</filename> to create the project.</para></listitem> 681 <listitem><para>Select <filename>Finish</filename> to create the project.</para></listitem>
683 </orderedlist> 682 </orderedlist>
@@ -702,9 +701,9 @@
702 <listitem><para>Select <filename>File -> New -> Yocto BitBake Commander -> BitBake Recipe</filename> 701 <listitem><para>Select <filename>File -> New -> Yocto BitBake Commander -> BitBake Recipe</filename>
703 to open a new recipe wizard.</para></listitem> 702 to open a new recipe wizard.</para></listitem>
704 <listitem><para>Point to your source by filling in the "SRC_URL" field. 703 <listitem><para>Point to your source by filling in the "SRC_URL" field.
705 For example, you can add a recipe in the 704 For example, you can add a recipe to your
706 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-source-files'>Yocto Project Source Files</ulink>, 705 <ulink url='&YOCTO_DOCS_DEV_URL;#yocto-project-source-files'>source directory structure</ulink>
707 input the "SRC_URL" as follows: 706 by defining "SRC_URL" as follows:
708 <literallayout class='monospaced'> 707 <literallayout class='monospaced'>
709 ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz 708 ftp://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
710 </literallayout></para></listitem> 709 </literallayout></para></listitem>