summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/technical-details.xml
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/technical-details.xml
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/technical-details.xml')
-rw-r--r--documentation/poky-ref-manual/technical-details.xml16
1 files changed, 7 insertions, 9 deletions
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>