From 684c35b7aa0898f95ab70a5982ef74ce98107d93 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 10 Nov 2011 10:28:25 -0800 Subject: documentation: Changed all manual links to point to "latest" There are many references to YP documentation throughout the YP manual set. They used to have hard-coded links to the current release (e.g. yoctoproject.org/docs/1.1 for Edison). This created a situation where if you went to a document on the website and clicked on a external reference to another manual, you would redirect to the current manual on the website. Really, you would want to go to the latest manual, which is one that is under development. Changing the links to "yoctoproject.org/docs/latest" makes the tip of master, which is used for devloping the next release, always have references to the manuals being developed and not back to the stable released set of manuals. This "latest" and "current" scheme for the links is not perfect. What has to happen when the latest set of the manuals freezes and becomes the next stable release, all the links in the docs will need to be changed from "latest" in the URL to the new release number. So for example, all the "latest" occurences would need to be changed to "1.2". Then for the next cycle as development begins again, the links need to be infused with "latest" again. (From yocto-docs rev: a234aef34303b07671da956de0e94b352797143e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 46 +++++++++++++-------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'documentation/dev-manual/dev-manual-model.xml') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 1d45a036c8..f2912b1c1b 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -24,7 +24,7 @@ For a user-space application development example that uses the Eclipse IDE, see the - + The Yocto Project Application Development Toolkit (ADT) User's Guide. @@ -79,8 +79,8 @@ Set up your host development system to support development using the Yocto Project: See the - "The Linux Distributions" and the - "The Packages" sections both + "The Linux Distributions" and the + "The Packages" sections both in the Yocto Project Quick Start for requirements. Establish a local copy of the Yocto Project files on your system: You need to have the Yocto Project files available on your host system. @@ -137,7 +137,7 @@ N450, and Sugar Bay are isolated. When you set up a layer for a new BSP, you should follow a standard layout. This layout is described in the section - "Example Filesystem Layout" section of the Board Support Package (BSP) Development Guide. + "Example Filesystem Layout" section of the Board Support Package (BSP) Development Guide. In the standard layout, you will notice a suggested structure for recipes and configuration information. You can see the standard layout for the Crown Bay BSP in this example by examining the @@ -160,7 +160,7 @@ You need to get the build environment ready by sourcing an environment setup script and you need to be sure two key configuration files are configured appropriately. The entire process for building an image is overviewed in the section - "Building an Image" section of the Yocto Project Quick Start. + "Building an Image" section of the Yocto Project Quick Start. You might want to reference this information. Build the image: The Yocto Project uses the BitBake tool to build images based on the type of image you want to create. @@ -168,8 +168,8 @@ here. The build process supports several types of images to satisfy different needs. See the - "Reference: Images" appendix in the - + "Reference: Images" appendix in the + Yocto Project Reference Manualfor information on supported images. @@ -178,7 +178,7 @@ You can view a video presentation on "Building Custom Embedded Images with Yocto" at Free Electrons. You can also find supplemental information in - + The Board Support Package (BSP) Development Guide. Finally, there is wiki page write up of the example also located @@ -201,7 +201,7 @@ The remainder of this section presents a high-level overview of the Linux Yocto kernel architecture and the steps to modify the Linux Yocto kernel. For a complete discussion of the kernel, see - + The Yocto Project Kernel Architecture and Use Manual. You can reference the appendix "Kernel Modification Example" @@ -349,7 +349,7 @@ Again, for a complete discussion of the Yocto Project kernel's architcture and its branching strategy, - see the + see the The Yocto Project Kernel Architecture and Use Manual. Also, you can reference Modifying the Kernel Source Code @@ -373,8 +373,8 @@ Set up your host development system to support development using the Yocto Project: See - "The Linux Distributions" and - "The Packages" sections both + "The Linux Distributions" and + "The Packages" sections both in the Yocto Project Quick Start for requirements. Establish a local copy of the Yocto Project files on your system: Having the Yocto Project files on your system gives you access to @@ -453,7 +453,7 @@ (local.conf and bblayers.conf) are configured appropriately. The entire process for building an image is overviewed in the - "Building an Image" section of the Yocto Project Quick Start. + "Building an Image" section of the Yocto Project Quick Start. You might want to reference this information. Also, you should look at the detailed examples found in the appendices at at the end of this manual. @@ -464,8 +464,8 @@ here. The build process supports several types of images to satisfy different needs. See the appendix - "Reference: Images" in the - + "Reference: Images" in the + Yocto Project Reference Manual for information on supported images. Make your configuration changes available @@ -517,7 +517,7 @@ provides an overview of the general development process. If you want to see a detailed example of the process as it is used from within the Eclipse IDE, see - + The Application Development Toolkit (ADT) User's Manual. @@ -534,8 +534,8 @@ Prepare the Host System for the Yocto Project: See - "The Linux Distributions" and - "The Packages" sections both + "The Linux Distributions" and + "The Packages" sections both in the Yocto Project Quick Start for requirements.