From 797758c0d496dc6938a5b6fe2681bfc908dde0cd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 Feb 2012 09:15:58 -0600 Subject: documentation/poky-ref-manual: Link updates Pulling the "Common Tasks" chapter fromt YP Reference Manual broke many links. Each of these links had to be repaired so that the link is to the YP Develepment Manual now, where the chapter was moved to. (From yocto-docs rev: 08176135b8ac856b8cf7872300ce41ada87fa486) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/development.xml | 3 +-- documentation/poky-ref-manual/faq.xml | 5 ++--- documentation/poky-ref-manual/introduction.xml | 4 ---- documentation/poky-ref-manual/ref-bitbake.xml | 2 +- documentation/poky-ref-manual/ref-classes.xml | 7 ++++--- documentation/poky-ref-manual/ref-structure.xml | 4 ++-- documentation/poky-ref-manual/ref-variables.xml | 5 +++-- documentation/poky-ref-manual/technical-details.xml | 4 +++- 8 files changed, 16 insertions(+), 18 deletions(-) (limited to 'documentation/poky-ref-manual') diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml index f6861ed5aa..934b88efd1 100644 --- a/documentation/poky-ref-manual/development.xml +++ b/documentation/poky-ref-manual/development.xml @@ -203,8 +203,7 @@ It is useful when making changes directly to the work directory files to do so using the Quilt tool as detailed in the - - Modifying Package Source Code with Quilt section. + "Modifying Package Source Code with Quilt" section in the Yocto Project Development Manual. Using Quilt, you can copy patches into the recipe directory and use the patches directly through use of the SRC_URI variable. diff --git a/documentation/poky-ref-manual/faq.xml b/documentation/poky-ref-manual/faq.xml index 1f4448d463..a526f619b8 100644 --- a/documentation/poky-ref-manual/faq.xml +++ b/documentation/poky-ref-manual/faq.xml @@ -138,9 +138,8 @@ To add a package, you need to create a BitBake recipe. - For information on how to add a package, see the - Adding a Package section - earlier in this manual. + For information on how to add a package, see the section + "Adding a Package" in the Yocto Project Development Manual. diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml index 364326b97f..016ddc827b 100644 --- a/documentation/poky-ref-manual/introduction.xml +++ b/documentation/poky-ref-manual/introduction.xml @@ -35,10 +35,6 @@ provides an overview of the components that make up the Yocto Project followed by information about debugging images created in the Yocto Project. - - Extending the Yocto Project: This chapter - provides information about how to extend and customize the Yocto Project - along with advice on how to manage these changes. Technical Details: This chapter describes fundamental Yocto Project components as well as an explanation diff --git a/documentation/poky-ref-manual/ref-bitbake.xml b/documentation/poky-ref-manual/ref-bitbake.xml index 6b058008fc..ffdda431f5 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. + "BitBake Layers" section of the Yocto Project Development Manual. diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index fbdd0787b0..9eb0901aff 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -48,10 +48,11 @@ and libtool) bring standardization. This class defines a set of tasks (configure, compile etc.) that work for all Autotooled packages. - It should usually be enough to define a few standard variables as documented in the - Autotooled Package section - and then simply inherit autotools. + It should usually be enough to define a few standard variables + and then simply inherit autotools. This class can also work with software that emulates Autotools. + For more information, see the + "Autotooled Package" section in the Yocto Project Development Manual. diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index 6c502a73dd..f35e2d7400 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml @@ -388,8 +388,8 @@ referred to as WORKDIR, is created. Within this directory, the source is unpacked to linux-qemux86-standard-build and then patched by Quilt - (see the Modifying Package Source Code - With Quilt section). + (see the + "Modifying Package Source Code with Quilt" section in the Yocto Project Development Manual. Within the linux-qemux86-standard-build directory, standard Quilt directories linux-3.0/patches and linux-3.0/.pc are created, diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index d526981a1e..529c5ec597 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -375,8 +375,9 @@ DISTRO_PN_ALIAS Alias names used for the recipe in various Linux distributions. - See - Handling a Package Name Alias section for more information. + See the section + "Handling a Package Name Alias" in the Yocto Project Development Manual + for more information. diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml index 965d967b05..833b355336 100644 --- a/documentation/poky-ref-manual/technical-details.xml +++ b/documentation/poky-ref-manual/technical-details.xml @@ -39,7 +39,9 @@ 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 + "BitBake Layers" section of the Yocto Project Development Manual. -- cgit v1.2.3-54-g00ecf