summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-02 09:47:21 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:08:06 -0800
commiteb829f27688bdfbf0e223a18f07f7098341324dc (patch)
treea9cbee978f255cbc0f6b7dbaefac46d162c9e879 /documentation
parent99d5ff01946695d9583f81f7dabb9f81bdc15883 (diff)
downloadpoky-eb829f27688bdfbf0e223a18f07f7098341324dc.tar.gz
documentation: Section change and cross-reference fixes
I renamed the "BitBake Layers" section in the YP Development Manual to "Understanding and Creating Layers." Renaming the section broke three cross-references in the YP documentation manual set. I applied fixes to the references. (From yocto-docs rev: 93f4f5dfb61ed48047a40f5bbbc3f5e844c7c2f4) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bsp-guide/bsp.xml2
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
-rw-r--r--documentation/poky-ref-manual/ref-bitbake.xml2
-rw-r--r--documentation/poky-ref-manual/technical-details.xml2
4 files changed, 6 insertions, 6 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml
index bc5957ae39..35dae930f9 100644
--- a/documentation/bsp-guide/bsp.xml
+++ b/documentation/bsp-guide/bsp.xml
@@ -120,7 +120,7 @@
120 120
121 <para> 121 <para>
122 For more detailed information on layers, see the 122 For more detailed information on layers, see the
123 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>Bitbake Layers</ulink>" 123 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
124 section of the Yocto Project Development Manual. 124 section of the Yocto Project Development Manual.
125 You can also see the detailed examples in the appendices of 125 You can also see the detailed examples in the appendices of
126 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'> 126 <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 9cdecb9f94..ab140207aa 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -14,8 +14,8 @@
14 Yocto Project to achieve the best results. 14 Yocto Project to achieve the best results.
15 </para> 15 </para>
16 16
17 <section id="usingpoky-changes-layers"> 17 <section id="understanding-and-creating-layers">
18 <title>BitBake Layers</title> 18 <title>Understanding and Creating Layers</title>
19 <para> 19 <para>
20 Often, developers want to extend the Yocto Project either by adding packages 20 Often, developers want to extend the Yocto Project either by adding packages
21 or by overriding files contained within the Yocto Project to add their own 21 or by overriding files contained within the Yocto Project to add their own
@@ -1618,7 +1618,7 @@ so that there are some definite steps on how to do this. I need more detail her
1618 </para> 1618 </para>
1619 1619
1620 <para> 1620 <para>
1621 The Yocto Project supports a "<link linkend='usingpoky-changes-layers'>layers</link>" concept. 1621 The Yocto Project supports a "<link linkend='understanding-and-creating-layers'>layers</link>" concept.
1622 If you use layers properly, you can ease future upgrades and allow segregation 1622 If you use layers properly, you can ease future upgrades and allow segregation
1623 between the Yocto Project core and a given developer's changes. 1623 between the Yocto Project core and a given developer's changes.
1624 The following section provides more advice on managing changes to the Yocto Project. 1624 The following section provides more advice on managing changes to the Yocto Project.
diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml
index dc99c5494c..146f95d9e4 100644
--- a/documentation/poky-ref-manual/ref-bitbake.xml
+++ b/documentation/poky-ref-manual/ref-bitbake.xml
@@ -86,7 +86,7 @@
86 <filename>meta/recipes-*/</filename> directory within Poky. 86 <filename>meta/recipes-*/</filename> directory within Poky.
87 Adding extra content to <filename>BBFILES</filename> is best achieved through the use of 87 Adding extra content to <filename>BBFILES</filename> is best achieved through the use of
88 BitBake layers as described in the 88 BitBake layers as described in the
89 "<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. 89 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>" section of the Yocto Project Development Manual.
90 </para> 90 </para>
91 91
92 <para> 92 <para>
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index eb64280734..840c9e3e7a 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -39,7 +39,7 @@
39 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
40 as a layer. 40 as a layer.
41 For information on layers, see the 41 For information on layers, see the
42 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" 42 "<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
43 section of the Yocto Project Development Manual. 43 section of the Yocto Project Development Manual.
44 </para> 44 </para>
45 45