summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/sdk-intro.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/sdk-manual/sdk-intro.xml')
-rw-r--r--documentation/sdk-manual/sdk-intro.xml65
1 files changed, 0 insertions, 65 deletions
diff --git a/documentation/sdk-manual/sdk-intro.xml b/documentation/sdk-manual/sdk-intro.xml
index 8642be61ad..9169fe9c05 100644
--- a/documentation/sdk-manual/sdk-intro.xml
+++ b/documentation/sdk-manual/sdk-intro.xml
@@ -14,9 +14,6 @@
14 This manual provides information that explains how to use both the 14 This manual provides information that explains how to use both the
15 Yocto Project extensible and standard SDKs to develop 15 Yocto Project extensible and standard SDKs to develop
16 applications and images. 16 applications and images.
17 Additionally, the manual also provides information on how to use
18 the popular <trademark class='trade'>Eclipse</trademark> IDE as part
19 of your application development workflow within the SDK environment.
20 <note> 17 <note>
21 Prior to the 2.0 Release of the Yocto Project, application 18 Prior to the 2.0 Release of the Yocto Project, application
22 development was primarily accomplished through the use of the 19 development was primarily accomplished through the use of the
@@ -112,21 +109,6 @@
112 However, QEMU plays an important role in the development 109 However, QEMU plays an important role in the development
113 process that revolves around use of the SDK. 110 process that revolves around use of the SDK.
114 </para></listitem> 111 </para></listitem>
115 <listitem><para>
116 The Eclipse IDE Yocto Plug-in.
117 This plug-in is available for you if you are an Eclipse
118 user.
119 In the same manner as QEMU, the plug-in is not literally part
120 of the SDK but is rather available for use as part of the
121 development process.
122 </para></listitem>
123 <listitem><para>
124 Various performance-related
125 <ulink url='http://www.eclipse.org/linuxtools/index.php'>tools</ulink>
126 that can enhance your development experience.
127 These tools are also separate from the actual SDK but can be
128 independently obtained and used in the development process.
129 </para></listitem>
130 </itemizedlist> 112 </itemizedlist>
131 </para> 113 </para>
132 114
@@ -271,53 +253,6 @@
271 </itemizedlist> 253 </itemizedlist>
272 </para> 254 </para>
273 </section> 255 </section>
274
275 <section id='eclipse-overview'>
276 <title><trademark class='trade'>Eclipse</trademark> Yocto Plug-in</title>
277
278 <para>
279 The Eclipse IDE is a popular development environment and it fully
280 supports development using the Yocto Project.
281 When you install and configure the Eclipse Yocto Project Plug-in
282 into the Eclipse IDE, you maximize your Yocto Project experience.
283 Installing and configuring the Plug-in results in an environment
284 that has extensions specifically designed to let you more easily
285 develop software.
286 These extensions allow for cross-compilation, deployment, and
287 execution of your output into a QEMU emulation session.
288 You can also perform cross-debugging and profiling.
289 The environment also supports many performance-related
290 <ulink url='http://www.eclipse.org/linuxtools/index.php'>tools</ulink>
291 that enhance your development experience.
292 <note>
293 Previous releases of the Eclipse Yocto Plug-in supported
294 "user-space tools" (i.e. LatencyTOP, PowerTOP, Perf, SystemTap,
295 and Lttng-ust) that also added to the development experience.
296 These tools have been deprecated with the release of the
297 Eclipse Yocto Plug-in.
298 </note>
299 </para>
300
301 <para>
302 For information about the application development workflow that
303 uses the Eclipse IDE and for a detailed example of how to install
304 and configure the Eclipse Yocto Project Plug-in, see the
305 "<link linkend='sdk-eclipse-project'>Developing Applications Using <trademark class='trade'>Eclipse</trademark></link>"
306 Chapter.
307 </para>
308 </section>
309
310 <section id='performance-enhancing-tools'>
311 <title>Performance Enhancing Tools</title>
312
313 <para>
314 Supported performance enhancing tools are available that let you
315 profile, debug, and perform tracing on your projects developed
316 using Eclipse.
317 For information on these tools see
318 <ulink url='http://www.eclipse.org/linuxtools/'>http://www.eclipse.org/linuxtools/</ulink>.
319 </para>
320 </section>
321</section> 256</section>
322 257
323<section id='sdk-development-model'> 258<section id='sdk-development-model'>