diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-06-11 14:26:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-15 17:18:27 +0100 |
commit | 513af3c5505baa5a21ee91659d93de39a050ad92 (patch) | |
tree | 8d24a60cd561379d96f6416174e347222de5e410 /documentation | |
parent | fa332a5b270f54b5e4c0fbb6c49e3ca0db726ba7 (diff) | |
download | poky-513af3c5505baa5a21ee91659d93de39a050ad92.tar.gz |
documentation/poky-ref-manual/development.xml: Removed Eclipse section
The section "External Development Using the Eclipse Plug-In" is
redundant. We have an entire chapter in the YP ADT manual for
this information. The section has been removed.
(From yocto-docs rev: fa9d4785032aada0a52acd1cec083d00dc4ac21b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/development.xml | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index 4c8c4be077..17fed8ee22 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml | |||
@@ -15,38 +15,6 @@ | |||
15 | This chapter describes each development method. | 15 | This chapter describes each development method. |
16 | </para> | 16 | </para> |
17 | 17 | ||
18 | <section id="using-the-eclipse-and-anjuta-plug-ins"> | ||
19 | <title>External Development Using the Eclipse Plug-in</title> | ||
20 | <para> | ||
21 | The current release of the Yocto Project supports the Eclipse IDE plug-in | ||
22 | to make developing software easier for the application developer. | ||
23 | The plug-in provides capability extensions to the graphical IDE to allow | ||
24 | for cross compilation, deployment and execution of the application within a QEMU | ||
25 | emulation session. | ||
26 | Support of the Eclipse plug-in also allows for cross debugging and | ||
27 | profiling. | ||
28 | Additionally, the Eclipse plug-in provides a suite of tools | ||
29 | that allows the developer to perform remote profiling, tracing, collection of | ||
30 | power consumption data, collection of latency data and collection of performance data. | ||
31 | </para> | ||
32 | <note> | ||
33 | The current release of the Yocto Project no longer supports the Anjuta plug-in. | ||
34 | However, the Poky Anjuta Plug-in is available to download directly from the Poky | ||
35 | Git repository located through the web interface at | ||
36 | <ulink url='&YOCTO_GIT_URL;'></ulink> under IDE Plugins. | ||
37 | The community is free to continue supporting it beyond the Yocto Project 0.9 | ||
38 | Release. | ||
39 | </note> | ||
40 | <para> | ||
41 | To use the Eclipse plug-in you need the Eclipse Framework (Helios 3.6.1) along | ||
42 | with other plug-ins installed into the Eclipse IDE. | ||
43 | Once you have your environment setup you need to configure the Eclipse plug-in. | ||
44 | For information on how to install and configure the Eclipse plug-in, see the | ||
45 | "<ulink url='&YOCTO_DOCS_ADT_URL;#adt-eclipse'>Working Within Eclipse</ulink>" | ||
46 | chapter in the Yocto Project Application Development Toolkit (ADT) User's Guide. | ||
47 | </para> | ||
48 | </section> | ||
49 | |||
50 | <section id="platdev-appdev-insitu"> | 18 | <section id="platdev-appdev-insitu"> |
51 | <title>Development Using Yocto Project Directly</title> | 19 | <title>Development Using Yocto Project Directly</title> |
52 | <para> | 20 | <para> |