diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-02 09:47:21 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-08 12:08:06 -0800 |
commit | eb829f27688bdfbf0e223a18f07f7098341324dc (patch) | |
tree | a9cbee978f255cbc0f6b7dbaefac46d162c9e879 /documentation/poky-ref-manual | |
parent | 99d5ff01946695d9583f81f7dabb9f81bdc15883 (diff) | |
download | poky-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/poky-ref-manual')
-rw-r--r-- | documentation/poky-ref-manual/ref-bitbake.xml | 2 | ||||
-rw-r--r-- | documentation/poky-ref-manual/technical-details.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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 | ||