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>
This commit is contained in:
Scott Rifenbark 2012-03-02 09:47:21 -06:00 committed by Richard Purdie
parent 99d5ff0194
commit eb829f2768
4 changed files with 6 additions and 6 deletions

View File

@ -120,7 +120,7 @@
<para> <para>
For more detailed information on layers, see the For more detailed information on layers, see the
"<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>Bitbake Layers</ulink>" "<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. section of the Yocto Project Development Manual.
You can also see the detailed examples in the appendices of You can also see the detailed examples in the appendices of
<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'> <ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html'>

View File

@ -14,8 +14,8 @@
Yocto Project to achieve the best results. Yocto Project to achieve the best results.
</para> </para>
<section id="usingpoky-changes-layers"> <section id="understanding-and-creating-layers">
<title>BitBake Layers</title> <title>Understanding and Creating Layers</title>
<para> <para>
Often, developers want to extend the Yocto Project either by adding packages Often, developers want to extend the Yocto Project either by adding packages
or by overriding files contained within the Yocto Project to add their own 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
</para> </para>
<para> <para>
The Yocto Project supports a "<link linkend='usingpoky-changes-layers'>layers</link>" concept. The Yocto Project supports a "<link linkend='understanding-and-creating-layers'>layers</link>" concept.
If you use layers properly, you can ease future upgrades and allow segregation If you use layers properly, you can ease future upgrades and allow segregation
between the Yocto Project core and a given developer's changes. between the Yocto Project core and a given developer's changes.
The following section provides more advice on managing changes to the Yocto Project. The following section provides more advice on managing changes to the Yocto Project.

View File

@ -86,7 +86,7 @@
<filename>meta/recipes-*/</filename> directory within Poky. <filename>meta/recipes-*/</filename> directory within Poky.
Adding extra content to <filename>BBFILES</filename> is best achieved through the use of Adding extra content to <filename>BBFILES</filename> is best achieved through the use of
BitBake layers as described in the BitBake layers as described in the
"<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. "<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.
</para> </para>
<para> <para>

View File

@ -39,7 +39,7 @@
BitBake knows how to combine multiple data sources together and refers to each data source BitBake knows how to combine multiple data sources together and refers to each data source
as a layer. as a layer.
For information on layers, see the For information on layers, see the
"<ulink url='http://www.yoctoproject.org/docs/latest/dev-manual/dev-manual.html#usingpoky-changes-layers'>BitBake Layers</ulink>" "<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. section of the Yocto Project Development Manual.
</para> </para>