summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-06 15:29:08 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:52 -0800
commit9dc84b77ecfbb69b1dce93ccce7140cfa54eee66 (patch)
tree72730be45ccc3592eb22df8665e0e261570a7ff7 /documentation/poky-ref-manual
parente8a6970b0cef11ed80596c214506859e21b65668 (diff)
downloadpoky-9dc84b77ecfbb69b1dce93ccce7140cfa54eee66.tar.gz
documentation: Cross-referencing section fixed for consistency.
(From yocto-docs rev: 8e861c6fc07aefa81ff65e3542de855116e14969) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual')
-rw-r--r--documentation/poky-ref-manual/development.xml25
-rw-r--r--documentation/poky-ref-manual/faq.xml10
-rw-r--r--documentation/poky-ref-manual/introduction.xml8
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml12
-rw-r--r--documentation/poky-ref-manual/ref-classes.xml4
-rw-r--r--documentation/poky-ref-manual/ref-images.xml14
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml8
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml30
-rw-r--r--documentation/poky-ref-manual/resources.xml14
-rw-r--r--documentation/poky-ref-manual/technical-details.xml16
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml18
11 files changed, 70 insertions, 89 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.
diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml
index a526f619b8..4cf52443c1 100644
--- a/documentation/poky-ref-manual/faq.xml
+++ b/documentation/poky-ref-manual/faq.xml
@@ -384,9 +384,9 @@
384 </question> 384 </question>
385 <answer> 385 <answer>
386 <para> 386 <para>
387 You need to create a form factor file as described in 387 You need to create a form factor file as described in the
388 <xref linkend='bsp-filelayout-misc-recipes'>"Miscellaneous Recipe Files"</xref> 388 "<link linkend='bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</link>"
389 and set the <filename>HAVE_TOUCHSCREEN</filename> variable equal to one as follows: 389 section and set the <filename>HAVE_TOUCHSCREEN</filename> variable equal to one as follows:
390 <literallayout class='monospaced'> 390 <literallayout class='monospaced'>
391 HAVE_TOUCHSCREEN=1 391 HAVE_TOUCHSCREEN=1
392 </literallayout> 392 </literallayout>
@@ -406,8 +406,8 @@
406 automatically bring up network interfaces. 406 automatically bring up network interfaces.
407 Therefore, you will need to add a BSP-specific netbase that includes an interfaces 407 Therefore, you will need to add a BSP-specific netbase that includes an interfaces
408 file. 408 file.
409 See <xref linkend='bsp-filelayout-misc-recipes'>"Miscellaneous Recipe Files"</xref> 409 See the "<link linkend='bsp-filelayout-misc-recipes'>Miscellaneous Recipe Files</link>"
410 for information on creating these types of miscellaneous recipe files. 410 section for information on creating these types of miscellaneous recipe files.
411 </para> 411 </para>
412 <para> 412 <para>
413 For example, add the following files to your layer: 413 For example, add the following files to your layer:
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 016ddc827b..fd98c3248b 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -128,11 +128,9 @@
128 Development using the Yocto Project requires a local copy of the Yocto Project files. 128 Development using the Yocto Project requires a local copy of the Yocto Project files.
129 You can get these files by downloading a Yocto Project release tarball and unpacking it, 129 You can get these files by downloading a Yocto Project release tarball and unpacking it,
130 or by establishing a Git repository of the files. 130 or by establishing a Git repository of the files.
131 For information on both these methods, see 131 For information on both these methods, see the
132 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#getting-setup'> 132 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#getting-setup'>Getting Setup</ulink>"
133 Getting Setup</ulink> section in 133 section in The Yocto Project Development Manual.
134 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
135 The Yocto Project Development Manual</ulink>.
136 </para> 134 </para>
137</section> 135</section>
138 136
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index ffdda431f5..dc99c5494c 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -207,10 +207,8 @@
207 It is worth noting that you can greatly speed up the build time by properly setting 207 It is worth noting that you can greatly speed up the build time by properly setting
208 the <filename>BB_NUMBER_THREADS</filename> variable. 208 the <filename>BB_NUMBER_THREADS</filename> variable.
209 See the 209 See the
210 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'> 210 "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>"
211 Building an Image</ulink> section in the 211 section in The Yocto Project Quick Start for more information.
212 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
213 Yocto Project Quick Start</ulink> for more information.
214 </para> 212 </para>
215 213
216 <para> 214 <para>
@@ -301,7 +299,7 @@
301 variable so that the shared state code ignores the dependency when it creates 299 variable so that the shared state code ignores the dependency when it creates
302 checksums. 300 checksums.
303 For information on this process, see the <filename>BB_HASHBASE_WHITELIST</filename> 301 For information on this process, see the <filename>BB_HASHBASE_WHITELIST</filename>
304 example in <xref linkend='checksums'>Checksums (Signatures)</xref>. 302 example in the "<link linkend='checksums'>Checksums (Signatures)</link>" section.
305 </note> 303 </note>
306 </section> 304 </section>
307 305
@@ -401,8 +399,8 @@ Options:
401 This feature works using the <filename><link linkend='var-SRCREV'>SRCREV</link></filename> 399 This feature works using the <filename><link linkend='var-SRCREV'>SRCREV</link></filename>
402 variable. 400 variable.
403 See the 401 See the
404 <link linkend='platdev-appdev-srcrev'>Development Within Yocto Project for a Package that Uses 402 "<link linkend='platdev-appdev-srcrev'>Development Within Yocto Project for a Package that Uses
405 an External SCM</link> section for more information. 403 an External SCM</link>" section for more information.
406 </para> 404 </para>
407 405
408 </section> 406 </section>
diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml
index 9eb0901aff..9238ba2406 100644
--- a/documentation/poky-ref-manual/ref-classes.xml
+++ b/documentation/poky-ref-manual/ref-classes.xml
@@ -253,8 +253,8 @@
253 <para> 253 <para>
254 This class adds the <filename>devshell</filename> task. 254 This class adds the <filename>devshell</filename> task.
255 Distribution policy dictates whether to include this class as the Yocto Project does. 255 Distribution policy dictates whether to include this class as the Yocto Project does.
256 See the <link 256 See the
257 linkend='platdev-appdev-devshell'>Development Within a Development Shell</link> section 257 "<link linkend='platdev-appdev-devshell'>Development Within a Development Shell</link>" section
258 for more information about using devshell. 258 for more information about using devshell.
259 </para> 259 </para>
260</section> 260</section>
diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml
index 519f1c7675..1e0b601a4a 100644
--- a/documentation/poky-ref-manual/ref-images.xml
+++ b/documentation/poky-ref-manual/ref-images.xml
@@ -69,9 +69,8 @@
69 <listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis> 69 <listitem><para><emphasis><filename>core-image-lsb-sdk</filename>:</emphasis>
70 A <filename>core-image-lsb</filename> that includes everything in meta-toolchain 70 A <filename>core-image-lsb</filename> that includes everything in meta-toolchain
71 but also includes development headers and libraries to form a complete standalone SDK. 71 but also includes development headers and libraries to form a complete standalone SDK.
72 See the <link linkend='platdev-appdev-external-sdk'> 72 See the "<link linkend='platdev-appdev-external-sdk'>External Development Using the Meta-Toolchain</link>"
73 External Development Using the Poky SDK</link> section for more information. 73 section for more information.</para></listitem>
74 </para></listitem>
75 <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis> 74 <listitem><para><emphasis><filename>core-image-clutter</filename>:</emphasis>
76 An image with support for the Open GL-based toolkit Clutter, which enables development of 75 An image with support for the Open GL-based toolkit Clutter, which enables development of
77 rich and animated graphical user interfaces.</para></listitem> 76 rich and animated graphical user interfaces.</para></listitem>
@@ -89,9 +88,8 @@
89 <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis> 88 <listitem><para><emphasis><filename>core-image-sato-sdk</filename>:</emphasis>
90 A <filename>core-image-sato</filename> image that includes everything in meta-toolchain. 89 A <filename>core-image-sato</filename> image that includes everything in meta-toolchain.
91 The image also includes development headers and libraries to form a complete standalone SDK. 90 The image also includes development headers and libraries to form a complete standalone SDK.
92 See the <link linkend='platdev-appdev-external-sdk'> 91 See the "<link linkend='platdev-appdev-external-sdk'>External Development Using the Meta-Toolchain</link>"
93 External Development Using the Poky SDK</link> section for more information. 92 section for more information.</para></listitem>
94 </para></listitem>
95 <listitem><para><emphasis><filename>core-image-rt</filename>:</emphasis> 93 <listitem><para><emphasis><filename>core-image-rt</filename>:</emphasis>
96 A <filename>core-image-minimal</filename> image plus a real-time test suite and 94 A <filename>core-image-minimal</filename> image plus a real-time test suite and
97 tools appropriate for real-time use.</para></listitem> 95 tools appropriate for real-time use.</para></listitem>
@@ -100,8 +98,8 @@
100 <filename>meta-toolchain</filename>. 98 <filename>meta-toolchain</filename>.
101 The image also includes development headers and libraries to form a complete 99 The image also includes development headers and libraries to form a complete
102 stand-alone SDK. 100 stand-alone SDK.
103 See the <link linkend='platdev-appdev-external-sdk'> External Development 101 See the "<link linkend='platdev-appdev-external-sdk'>External Development Using the Meta-Toolchain</link>"
104 Using the Poky SDK</link> section for more information.</para></listitem> 102 section for more information.</para></listitem>
105 <listitem><para><emphasis><filename>core-image-gtk-directfb</filename>:</emphasis> 103 <listitem><para><emphasis><filename>core-image-gtk-directfb</filename>:</emphasis>
106 An image that uses <filename>gtk+</filename> over <filename>directfb</filename> 104 An image that uses <filename>gtk+</filename> over <filename>directfb</filename>
107 instead of X11. 105 instead of X11.
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index f35e2d7400..d12604536c 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -14,10 +14,8 @@
14 14
15<para> 15<para>
16 For information on how to establish the Yocto Project files on your local development system, see the 16 For information on how to establish the Yocto Project files on your local development system, see the
17 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#getting-started'> 17 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#getting-started'>Getting Setup</ulink>"
18 Getting Setup</ulink> section in the 18 section in The Yocto Project Development Manual.
19 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
20 The Yocto Project Development Manual</ulink>.
21</para> 19</para>
22 20
23<section id='structure-core'> 21<section id='structure-core'>
@@ -363,7 +361,7 @@
363 361
364 <para> 362 <para>
365 This directory contains intermediate packaging data that is used later in the packaging process. 363 This directory contains intermediate packaging data that is used later in the packaging process.
366 For more information, see <link linkend='ref-classes-package'>package.bbclass</link>. 364 For more information, see the "<link linkend='ref-classes-package'>Packaging - package*.bbclass</link>" section.
367 </para> 365 </para>
368 </section> 366 </section>
369 367
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 529c5ec597..2540a9df01 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -375,9 +375,9 @@
375 <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm> 375 <glossentry id='var-DISTRO_PN_ALIAS'><glossterm>DISTRO_PN_ALIAS</glossterm>
376 <glossdef> 376 <glossdef>
377 <para>Alias names used for the recipe in various Linux distributions.</para> 377 <para>Alias names used for the recipe in various Linux distributions.</para>
378 <para>See the section 378 <para>See the
379 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-configuring-DISTRO_PN_ALIAS'>Handling a Package Name Alias</ulink>" in the Yocto Project Development Manual 379 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-configuring-DISTRO_PN_ALIAS'>Handling a Package Name Alias</ulink>"
380 for more information.</para> 380 section in the Yocto Project Development Manual for more information.</para>
381 </glossdef> 381 </glossdef>
382 </glossentry> 382 </glossentry>
383 383
@@ -421,9 +421,9 @@
421 <para> 421 <para>
422 You can safely share this directory between multiple builds on the 422 You can safely share this directory between multiple builds on the
423 same development machine. 423 same development machine.
424 For additional information on how the build process gets source files, see 424 For additional information on how the build process gets source files, see the
425 <link linkend='how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>this entry</link> in 425 "<link linkend='how-does-the-yocto-project-obtain-source-code-and-will-it-work-behind-my-firewall-or-proxy-server'>FAQ</link>"
426 The FAQ appendix of this manual. 426 appendix.
427 </para> 427 </para>
428 </glossdef> 428 </glossdef>
429 429
@@ -635,7 +635,7 @@
635 Typically, you configure this variable in image recipes. 635 Typically, you configure this variable in image recipes.
636 Note that you can add extra features to the image by using the 636 Note that you can add extra features to the image by using the
637 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable. 637 <filename><link linkend='var-EXTRA_IMAGE_FEATURES'>EXTRA_IMAGE_FEATURES</link></filename> variable.
638 See the <link linkend="ref-features-image">Reference: Images</link> section for the 638 See the "<link linkend="ref-features-image">Reference: Images</link>" section for the
639 list of features present in images built by the Yocto Project.</para> 639 list of features present in images built by the Yocto Project.</para>
640 </glossdef> 640 </glossdef>
641 </glossentry> 641 </glossentry>
@@ -1022,7 +1022,7 @@
1022 </para> 1022 </para>
1023 <para> 1023 <para>
1024 This variable is similar to the 1024 This variable is similar to the
1025 <link linkend='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'>MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS</link> 1025 <filename><link linkend='var-MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS'>MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS</link></filename>
1026 variable with the exception that the package being built has a build 1026 variable with the exception that the package being built has a build
1027 dependency on the variable's list of packages. 1027 dependency on the variable's list of packages.
1028 In other words, the image will not build if a file in this list is not found. 1028 In other words, the image will not build if a file in this list is not found.
@@ -1052,7 +1052,7 @@
1052 </para> 1052 </para>
1053 <para> 1053 <para>
1054 This variable is similar to the 1054 This variable is similar to the
1055 <link linkend='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'>MACHINE_ESSENTIAL_EXTRA_RDEPENDS</link> 1055 <filename><link linkend='var-MACHINE_ESSENTIAL_EXTRA_RDEPENDS'>MACHINE_ESSENTIAL_EXTRA_RDEPENDS</link></filename>
1056 variable with the exception that the package being built does not have a build 1056 variable with the exception that the package being built does not have a build
1057 dependency on the variable's list of packages. 1057 dependency on the variable's list of packages.
1058 In other words, the image will build if a file in this list is not found. 1058 In other words, the image will build if a file in this list is not found.
@@ -1100,7 +1100,7 @@
1100 </para> 1100 </para>
1101 <para> 1101 <para>
1102 This variable is similar to the 1102 This variable is similar to the
1103 <link linkend='var-MACHINE_EXTRA_RRECOMMENDS'>MACHINE_EXTRA_RRECOMMENDS</link> 1103 <filename><link linkend='var-MACHINE_EXTRA_RRECOMMENDS'>MACHINE_EXTRA_RRECOMMENDS</link></filename>
1104 variable with the exception that the package being built has a build 1104 variable with the exception that the package being built has a build
1105 dependency on the variable's list of packages. 1105 dependency on the variable's list of packages.
1106 In other words, the image will not build if a file in this list is not found. 1106 In other words, the image will not build if a file in this list is not found.
@@ -1137,7 +1137,7 @@
1137 </para> 1137 </para>
1138 <para> 1138 <para>
1139 This variable is similar to the 1139 This variable is similar to the
1140 <link linkend='var-MACHINE_EXTRA_RDEPENDS'>MACHINE_EXTRA_RDEPENDS</link> 1140 <filename><link linkend='var-MACHINE_EXTRA_RDEPENDS'>MACHINE_EXTRA_RDEPENDS</link></filename>
1141 variable with the exception that the package being built does not have a build 1141 variable with the exception that the package being built does not have a build
1142 dependency on the variable's list of packages. 1142 dependency on the variable's list of packages.
1143 In other words, the image will build if a file in this list is not found. 1143 In other words, the image will build if a file in this list is not found.
@@ -1426,7 +1426,7 @@
1426 The package being built does not depend on this list of packages in 1426 The package being built does not depend on this list of packages in
1427 order to successfully build, but needs them for the extended usability. 1427 order to successfully build, but needs them for the extended usability.
1428 To specify runtime dependencies for packages, see the 1428 To specify runtime dependencies for packages, see the
1429 <link linkend='var-RDEPENDS'>RDEPENDS</link> variable. 1429 <filename><link linkend='var-RDEPENDS'>RDEPENDS</link></filename> variable.
1430 </para> 1430 </para>
1431 <para> 1431 <para>
1432 The Yocto Project build process automatically installs the list of packages 1432 The Yocto Project build process automatically installs the list of packages
@@ -1468,8 +1468,10 @@
1468 <glossdef> 1468 <glossdef>
1469 <para> 1469 <para>
1470 The path to unpacked sources. 1470 The path to unpacked sources.
1471 By default, this path is 1471 By default, this path is as follows:
1472 "${<link linkend='var-WORKDIR'>WORKDIR</link>}/${<link linkend='var-PN'>PN</link>}-${<link linkend='var-PV'>PV</link>}". 1472 <literallayout class='monospaced'>
1473 ${<link linkend='var-WORKDIR'>WORKDIR</link>}/${<link linkend='var-PN'>PN</link>}-${<link linkend='var-PV'>PV</link>}
1474 </literallayout>
1473 </para> 1475 </para>
1474 </glossdef> 1476 </glossdef>
1475 </glossentry> 1477 </glossentry>
diff --git a/documentation/poky-ref-manual/resources.xml b/documentation/poky-ref-manual/resources.xml
index 998a09f3c4..a3b5e0806f 100644
--- a/documentation/poky-ref-manual/resources.xml
+++ b/documentation/poky-ref-manual/resources.xml
@@ -10,10 +10,8 @@
10 The Yocto Project team is happy for people to experiment with the Yocto Project. 10 The Yocto Project team is happy for people to experiment with the Yocto Project.
11 A number of places exist to find help if you run into difficulties or find bugs. 11 A number of places exist to find help if you run into difficulties or find bugs.
12 To find out how to download source code, 12 To find out how to download source code,
13 see the <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#local-yp-release'> 13 see the "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#local-yp-release'>Yocto Project Release</ulink>"
14 Yocto Project Release</ulink> list item in 14 list item in The Yocto Project Development Manual.
15 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>The Yocto
16 Project Development Manual</ulink>.
17 </para> 15 </para>
18</section> 16</section>
19 17
@@ -96,11 +94,9 @@
96 The Yocto Project gladly accepts contributions. 94 The Yocto Project gladly accepts contributions.
97 You can submit changes to the project either by creating and sending pull requests, 95 You can submit changes to the project either by creating and sending pull requests,
98 or by submitting patches through email. 96 or by submitting patches through email.
99 For information on how to do both, see 97 For information on how to do both, see the
100 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#how-to-submit-a-change'> 98 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#how-to-submit-a-change'>How to Submit a Change</ulink>"
101 How to Submit a Change</ulink> in 99 section in The Yocto Project Development Manual.
102 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
103 The Yocto Project Development Manual</ulink>.
104 </para> 100 </para>
105</section> 101</section>
106 102
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index 833b355336..eb64280734 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -31,24 +31,22 @@
31 Configuration data acts as the glue to bind everything together.</para></listitem> 31 Configuration data acts as the glue to bind everything together.</para></listitem>
32 </itemizedlist> 32 </itemizedlist>
33 For more information on data, see the 33 For more information on data, see the
34 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-terms'> 34 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#yocto-project-terms'>Yocto Project Terms</ulink>"
35 Yocto Project Terms</ulink> section in 35 section in The Yocto Project Development Manual.
36 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
37 The Yocto Project Development Manual</ulink>.
38 </para> 36 </para>
39 37
40 <para> 38 <para>
41 BitBake knows how to combine multiple data sources together and refers to each data source 39 BitBake knows how to combine multiple data sources together and refers to each data source
42 as a layer. 40 as a layer.
43 For information on layers, see the 41 For information on layers, see the
44 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" section of the Yocto Project Development Manual. 42 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>"
43 section of the Yocto Project Development Manual.
45 </para> 44 </para>
46 45
47 <para> 46 <para>
48 Following are some brief details on these core components. 47 Following are some brief details on these core components.
49 For more detailed information on these components see the 48 For more detailed information on these components see the
50 <link linkend='ref-structure'>'Reference: Directory Structure'</link> 49 "<link linkend='ref-structure'>Reference: Directory Structure</link>" appendix.
51 appendix.
52 </para> 50 </para>
53 51
54 <section id='usingpoky-components-bitbake'> 52 <section id='usingpoky-components-bitbake'>
@@ -78,7 +76,7 @@
78 BitBake chooses the one selected by the distribution configuration. 76 BitBake chooses the one selected by the distribution configuration.
79 You can get more details about how BitBake chooses between different 77 You can get more details about how BitBake chooses between different
80 target versions and providers in the 78 target versions and providers in the
81 <link linkend='ref-bitbake-providers'>Preferences and Providers</link> section. 79 "<link linkend='ref-bitbake-providers'>Preferences and Providers</link>" section.
82 </para> 80 </para>
83 81
84 <para> 82 <para>
@@ -129,7 +127,7 @@
129 between metadata files. 127 between metadata files.
130 An example is the Autotools class, which contains 128 An example is the Autotools class, which contains
131 common settings for any application that Autotools uses. 129 common settings for any application that Autotools uses.
132 The <link linkend='ref-classes'>Reference: Classes</link> appendix provides details 130 The "<link linkend='ref-classes'>Reference: Classes</link>" appendix provides details
133 about common classes and how to use them. 131 about common classes and how to use them.
134 </para> 132 </para>
135 </section> 133 </section>
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 7fe60215ab..8dddb7a755 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -15,10 +15,8 @@
15 <para> 15 <para>
16 You can find general information on how to build an image using the 16 You can find general information on how to build an image using the
17 Yocto Project in the 17 Yocto Project in the
18 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'> 18 "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#building-image'>Building an Image</ulink>"
19 Building an Image</ulink> section of the 19 section of The Yocto Project Quick Start.
20 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
21 Yocto Project Quick Start</ulink>.
22 This section provides a summary of the build process and provides information 20 This section provides a summary of the build process and provides information
23 for less obvious aspects of the build process. 21 for less obvious aspects of the build process.
24 </para> 22 </para>
@@ -60,14 +58,14 @@
60 files. 58 files.
61 Or, the target can be the name of a recipe for a specific piece of software such as 59 Or, the target can be the name of a recipe for a specific piece of software such as
62 <application>busybox</application>. 60 <application>busybox</application>.
63 For more details about the images Yocto Project supports, see the 61 For more details about the images the Yocto Project supports, see the
64 <link linkend="ref-images">'Reference: Images'</link> appendix. 62 "<link linkend="ref-images">Reference: Images</link>" appendix.
65 </para> 63 </para>
66 64
67 <note> 65 <note>
68 Building an image without GNU Public License Version 3 (GPLv3) components is 66 Building an image without GNU Public License Version 3 (GPLv3) components is
69 only supported for minimal and base images. 67 only supported for minimal and base images.
70 See <link linkend='ref-images'>'Reference: Images'</link> for more information. 68 See the "<link linkend='ref-images'>Reference: Images</link>" appendix for more information.
71 </note> 69 </note>
72 </section> 70 </section>
73 71
@@ -93,10 +91,8 @@
93 <filename class="directory">tmp/deploy/images</filename>. 91 <filename class="directory">tmp/deploy/images</filename>.
94 For information on how to run pre-built images such as <filename>qemux86</filename> 92 For information on how to run pre-built images such as <filename>qemux86</filename>
95 and <filename>qemuarm</filename>, see the 93 and <filename>qemuarm</filename>, see the
96 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#using-pre-built'> 94 "<ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html#using-pre-built'>Using Pre-Built Binaries and QEMU</ulink>"
97 Using Pre-Built Binaries and QEMU</ulink> section in the 95 section in The Yocto Project Quick Start.
98 <ulink url='http://www.yoctoproject.org/docs/latest/yocto-project-qs/yocto-project-qs.html'>
99 Yocto Project Quick Start</ulink>.
100 For information about how to install these images, see the documentation for your 96 For information about how to install these images, see the documentation for your
101 particular board/machine. 97 particular board/machine.
102 </para> 98 </para>