From b97cdc1c8c742de042211bc8386e5c6801f44a97 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 6 Feb 2012 12:11:20 -0600 Subject: documentation/dev-manual: Reference link clean-up I made another pass through the document and cleaned up some mistakes and also removed redundant links to manuals where I had already provided a link to the specific section. (From yocto-docs rev: 5da8ffe100127f5fe4bfd2b478f177d6bef3a968) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-bsp-appendix.xml | 6 ++---- documentation/dev-manual/dev-manual-common-tasks.xml | 10 ++++------ documentation/dev-manual/dev-manual-model.xml | 10 ++++------ documentation/dev-manual/dev-manual-newbie.xml | 4 +--- 4 files changed, 11 insertions(+), 19 deletions(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-bsp-appendix.xml b/documentation/dev-manual/dev-manual-bsp-appendix.xml index 50522a213b..f9c4383567 100644 --- a/documentation/dev-manual/dev-manual-bsp-appendix.xml +++ b/documentation/dev-manual/dev-manual-bsp-appendix.xml @@ -271,10 +271,8 @@ meta-mymachine/conf/layer.conf. This file identifies build information needed for the new layer. You can see the - "Layer Configuration File" section in - The Board - Support Packages (BSP) Development Guide - for more information on this configuration file. + "Layer Configuration File" section + in The Board Support Packages (BSP) Development Guide for more information on this configuration file. Basically, we are changing the existing statements to work with our BSP. diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 14657861fc..d2cc11147f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -23,7 +23,7 @@ variables. For information on variables that are useful for recipes and for information about recipe naming issues, see the - Required" section of the Yocto Project Reference Manual. + "Required" section of the Yocto Project Reference Manual. @@ -574,10 +574,8 @@ For a complete example that shows how to add a new machine to the Yocto Project, see the - - BSP Development Example in Appendix A of - - The Yocto Project Development Manual. + " + BSP Development Example" in Appendix A.
@@ -1015,7 +1013,7 @@ - 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/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 7c0302365b..e460d8d696 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -595,9 +595,8 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the easy method. You can get these pieces by running an ADT installer script, which is configurable. For information on how to install the ADT, see the - "Using the ADT Installer" section in - The Yocto Project - Application Development (ADT) User's Manual. + "Using the ADT Installer" section + in The Yocto Project Application Development (ADT) User's Manual. If Applicable, Secure the Target Root Filesystem: If you choose not to install the ADT using the ADT Installer, you need to find and download the @@ -641,9 +640,8 @@ WRITER NOTE: The areas to get the kernel and root filesystem are located in the Install the cross-development toolchain for your target hardware: For information on how to install the toolchain, see the - "Using a Cross-Toolchain Tarball" section in - The Yocto Project - Application Development (ADT) User's Manual. + "Using a Cross-Toolchain Tarball" section + in The Yocto Project Application Development (ADT) User's Manual. Download the Target Image: The Yocto Project supports several target architectures and has many pre-built kernel images and root filesystem images. diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index a15452de8b..727c2ec25b 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml @@ -171,9 +171,7 @@ use cases. For a list of the supported image types that the Yocto Project provides, see the "Reference: Images" - appendix in - - The Yocto Project Reference Manual. + appendix in The Yocto Project Reference Manual. Layer: A collection of recipes representing the core, a BSP, or an application stack. Metadata: The files that BitBake parses when building an image. -- cgit v1.2.3-54-g00ecf