summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/development.xml32
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>