From eb829f27688bdfbf0e223a18f07f7098341324dc Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 2 Mar 2012 09:47:21 -0600 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.xml | 2 +- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- documentation/poky-ref-manual/ref-bitbake.xml | 2 +- documentation/poky-ref-manual/technical-details.xml | 2 +- 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 @@ For more detailed information on layers, see the - "Bitbake Layers" + "Understanding and Creating Layers" section of the Yocto Project Development Manual. You can also see the detailed examples in the appendices of 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 @@ Yocto Project to achieve the best results. -
- BitBake Layers +
+ Understanding and Creating Layers 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 @@ -1618,7 +1618,7 @@ so that there are some definite steps on how to do this. I need more detail her - The Yocto Project supports a "layers" concept. + The Yocto Project supports a "layers" concept. If you use layers properly, you can ease future upgrades and allow segregation between the Yocto Project core and a given developer's changes. 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 @@ meta/recipes-*/ directory within Poky. Adding extra content to BBFILES is best achieved through the use of BitBake layers as described in the - "BitBake Layers" section of the Yocto Project Development Manual. + "Understanding and Creating Layers" section of the Yocto Project Development Manual. 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 @@ BitBake knows how to combine multiple data sources together and refers to each data source as a layer. For information on layers, see the - "BitBake Layers" + "Understanding and Creating Layers" section of the Yocto Project Development Manual.