diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index db844a9a84..e63511ba14 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -12,7 +12,7 @@
- External Development Using the Poky SDK + External Development Using the Application Development Toolkit (ADT) The meta-toolchain and meta-toolchain-sdk targets build tarballs that contain toolchains and libraries suitable for application development outside of Poky. @@ -45,17 +45,41 @@
- Using the Eclipse and Anjuta Plug-ins + Using the Eclipse Plug-in - Yocto Project supports both Anjuta and Eclipse IDE plug-ins to make developing software - easier for the application developer. The plug-ins provide capability - extensions to the graphical IDE allowing for cross compilation, - deployment and execution of the output in a QEMU emulation session. - Support of these plug-ins also allows for cross debugging and - profiling. Additionally, the Eclipse plug-in provides a suite of tools + The current release of the Yocto Project supports the Eclipse IDE plug-in + to make developing software easier for the application developer. + The plug-in provides capability extensions to the graphical IDE to allow + for cross compilation, deployment and execution of the output in a QEMU + emulation session. + Support of the Eclipse plug-in also allows for cross debugging and + profiling. + Additionally, the Eclipse plug-in provides a suite of tools that allows the developer to perform remote profiling, tracing, collection of power data, collection of latency data and collection of performance data. + + The current release of the Yocto Project no longer supports the Anjuta plug-in. + However, the Poky Anjuta Plug-in is available to download directly from the Poky + Git repository located through the web interface at + under IDE Plugins. + The community is free to continue supporting it beyond the Yocto Project 0.9 + Release. + + + To use the Eclipse plug-in you need the Eclipse Framework (Helios 3.6.1) along + with other plug-ins installed into the Eclipse IDE. + Once you have your environment setup you need to configure the Eclipse plug-in. + For information on how to install and configure the Eclipse plug-in, see the + + "Working Within Eclipse" chapter in the + + "Application Development Toolkit (ADT) User's Guide." + + + + + +