summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/development.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/development.xml')
-rw-r--r--documentation/poky-ref-manual/development.xml25
1 files changed, 11 insertions, 14 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml
index 934b88efd1..e771b05d7d 100644
--- a/documentation/poky-ref-manual/development.xml
+++ b/documentation/poky-ref-manual/development.xml
@@ -24,8 +24,8 @@
24 The Yocto Project also provides images that have toolchains for supported 24 The Yocto Project also provides images that have toolchains for supported
25 architectures included within the image. 25 architectures included within the image.
26 This allows you to compile, debug, or profile applications directly on the target device. 26 This allows you to compile, debug, or profile applications directly on the target device.
27 See 27 See the
28 <xref linkend='ref-images'>Reference: Images</xref> for a listing of the image 28 "<link linkend='ref-images'>Reference: Images</link>" appendix for a listing of the image
29 types that Yocto Project supports. 29 types that Yocto Project supports.
30 </para> 30 </para>
31 <para> 31 <para>
@@ -91,10 +91,8 @@
91 with other plug-ins installed into the Eclipse IDE. 91 with other plug-ins installed into the Eclipse IDE.
92 Once you have your environment setup you need to configure the Eclipse plug-in. 92 Once you have your environment setup you need to configure the Eclipse plug-in.
93 For information on how to install and configure the Eclipse plug-in, see the 93 For information on how to install and configure the Eclipse plug-in, see the
94 <ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#adt-eclipse'> 94 "<ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#adt-eclipse'>Working Within Eclipse</ulink>"
95 "Working Within Eclipse"</ulink> chapter in the 95 chapter in The Yocto Project Application Development Toolkit (ADT) User's Guide.
96 <ulink url='http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html'>
97 "Application Development Toolkit (ADT) User's Guide."</ulink>
98 </para> 96 </para>
99 </section> 97 </section>
100 98
@@ -102,8 +100,8 @@
102 <title>External Development Using the QEMU Emulator</title> 100 <title>External Development Using the QEMU Emulator</title>
103 <para> 101 <para>
104 Running Poky QEMU images is covered in the 102 Running Poky QEMU images is covered in the
105 <ulink url="http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html"> 103 "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#test-run'>A Quick Test Run</ulink>"
106 Yocto Project Quick Start</ulink> in the "A Quick Test Run" section. 104 section of The Yocto Project Quick Start.
107 </para> 105 </para>
108 <para> 106 <para>
109 The QEMU images shipped with the Yocto Project contain complete toolchains 107 The QEMU images shipped with the Yocto Project contain complete toolchains
@@ -210,9 +208,8 @@
210 208
211 <para> 209 <para>
212 For a review of the skills used in this section, see the 210 For a review of the skills used in this section, see the
213 <link linkend="usingpoky-components-bitbake">BitBake</link> and 211 "<link linkend='usingpoky-components-bitbake'>BitBake</link>" and
214 <link linkend="usingpoky-debugging-taskrunning">Running Specific Tasks</link> sections 212 "<link linkend='usingpoky-debugging-taskrunning'>Running Specific Tasks</link>" sections.
215 in this manual.
216 </para> 213 </para>
217 </section> 214 </section>
218 215
@@ -332,7 +329,7 @@
332 It also allows you to perform post-mortem style analysis of program crashes. 329 It also allows you to perform post-mortem style analysis of program crashes.
333 GDB is available as a package within the Yocto Project and by default is 330 GDB is available as a package within the Yocto Project and by default is
334 installed in sdk images. 331 installed in sdk images.
335 See <xref linkend='ref-images'>Reference: Images</xref> for a description of these 332 See the "<link linkend='ref-images'>Reference: Images</link>" appendix for a description of these
336 images. 333 images.
337 You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>. 334 You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>.
338 </para> 335 </para>
@@ -764,8 +761,8 @@
764 is not always necessary to actually have them on the device for OProfile use. 761 is not always necessary to actually have them on the device for OProfile use.
765 All that is needed is a copy of the filesystem with the debug symbols present 762 All that is needed is a copy of the filesystem with the debug symbols present
766 on the viewer system. 763 on the viewer system.
767 The <link linkend='platdev-gdb-remotedebug-launch-gdb'>Launching GDB 764 The "<link linkend='platdev-gdb-remotedebug-launch-gdb'>Launching GDB on the Host Computer</link>"
768 on the Host Computer</link> section covers how to create such a directory with 765 section covers how to create such a directory with
769 the Yocto Project and how to use the OProfileUI Settings dialog to specify the location. 766 the Yocto Project and how to use the OProfileUI Settings dialog to specify the location.
770 If you specify the directory, it will be used when the file checksums 767 If you specify the directory, it will be used when the file checksums
771 match those on the system you are profiling. 768 match those on the system you are profiling.