From d02e56fd14026e2f51665631a50901fc568c731a Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 24 Aug 2011 07:58:32 -0700 Subject: documentation: Changes to Paul Eggleton's edits for various manuals. Paul sent me a bunch of minor edits and technical corrections for the ADT, BSP, Development, and YP reference manual. Most changes were taken as he submitted them. However, some formatting conventions were not followed in the commits he made to yocto-docs/paule/docs2. After merging them to my yocto-docs/master branch I fixed some issues. (From yocto-docs rev: 93f4ea2dee976448f623953e801a80d59736450a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-manual.xml | 2 +- documentation/adt-manual/figures/adt-title.png | Bin 14349 -> 17398 bytes documentation/bsp-guide/bsp-guide.xml | 2 +- documentation/bsp-guide/figures/bsp-title.png | Bin 14940 -> 17710 bytes documentation/dev-manual/dev-manual.xml | 2 +- documentation/poky-ref-manual/extendpoky.xml | 15 +++--- documentation/poky-ref-manual/poky-ref-manual.xml | 2 +- documentation/poky-ref-manual/ref-classes.xml | 2 +- documentation/poky-ref-manual/ref-images.xml | 13 ++++-- documentation/poky-ref-manual/ref-structure.xml | 3 +- documentation/poky-ref-manual/ref-variables.xml | 53 ++++++++++++---------- 11 files changed, 53 insertions(+), 41 deletions(-) (limited to 'documentation') diff --git a/documentation/adt-manual/adt-manual.xml b/documentation/adt-manual/adt-manual.xml index 7fef091dcd..a920d9f43e 100644 --- a/documentation/adt-manual/adt-manual.xml +++ b/documentation/adt-manual/adt-manual.xml @@ -15,7 +15,7 @@ - Yocto Application Development Tookit (ADT) User's Guide + diff --git a/documentation/adt-manual/figures/adt-title.png b/documentation/adt-manual/figures/adt-title.png index fe6ed26dc4..c924de61f9 100644 Binary files a/documentation/adt-manual/figures/adt-title.png and b/documentation/adt-manual/figures/adt-title.png differ diff --git a/documentation/bsp-guide/bsp-guide.xml b/documentation/bsp-guide/bsp-guide.xml index 08feb5d810..75fa7fe64c 100644 --- a/documentation/bsp-guide/bsp-guide.xml +++ b/documentation/bsp-guide/bsp-guide.xml @@ -15,7 +15,7 @@ - Yocto Board Support Package (BSP) Development Guide + diff --git a/documentation/bsp-guide/figures/bsp-title.png b/documentation/bsp-guide/figures/bsp-title.png index ee383141f0..da60362fbe 100644 Binary files a/documentation/bsp-guide/figures/bsp-title.png and b/documentation/bsp-guide/figures/bsp-title.png differ diff --git a/documentation/dev-manual/dev-manual.xml b/documentation/dev-manual/dev-manual.xml index 1be8e20b3f..baddc1ce3d 100644 --- a/documentation/dev-manual/dev-manual.xml +++ b/documentation/dev-manual/dev-manual.xml @@ -15,7 +15,7 @@ - Yocto Project Development Manual + diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index fdccbacd68..db15fc6178 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -1004,7 +1004,7 @@ Finally, don't forget to 'bump' the - PR value in the same recipe since + PR value in the same recipe since the resulting packages have changed. @@ -1015,7 +1015,7 @@ The license of an upstream project might change in the future. In order to prevent these changes going unnoticed, the Yocto Project provides a - LIC_FILES_CHKSUM + LIC_FILES_CHKSUM variable to track changes to the license text. The checksums are validated at the end of the configure step, and if the checksums do not match, the build will fail. @@ -1060,8 +1060,8 @@ of S. - Note that this variable is mandatory for all recipes, unless the LICENSE variable is set to - "CLOSED". + Note that this variable is mandatory for all recipes, unless the + LICENSE variable is set to "CLOSED". @@ -1073,12 +1073,13 @@ important files that contain the license text for the source code. It is possible to specify a checksum for an entire file, or a specific section of a file (specified by beginning and ending line numbers with the "beginline" and "endline" - parameters respectively). The latter is useful for source files with license notice header, - README documents, etc. + parameters respectively). + The latter is useful for source files with a license notice header, + README documents, and so forth. If you do not use the "beginline" parameter, then it is assumed that the text begins on the first line of the file. Similarly, if you do not use the "endline" parameter, it is assumed that the license text - ends as the last line of the file. + ends with the last line of the file. diff --git a/documentation/poky-ref-manual/poky-ref-manual.xml b/documentation/poky-ref-manual/poky-ref-manual.xml index 599cfdc938..a95436723f 100644 --- a/documentation/poky-ref-manual/poky-ref-manual.xml +++ b/documentation/poky-ref-manual/poky-ref-manual.xml @@ -15,7 +15,7 @@ - Yocto Project Reference Manual + diff --git a/documentation/poky-ref-manual/ref-classes.xml b/documentation/poky-ref-manual/ref-classes.xml index 4530754249..cf396800df 100644 --- a/documentation/poky-ref-manual/ref-classes.xml +++ b/documentation/poky-ref-manual/ref-classes.xml @@ -81,7 +81,7 @@ Alternatives - <filename>update-alternatives.bbclass</filename> - Several programs can fulfil the same or similar function and be installed with the same name. + Several programs can fulfill the same or similar function and be installed with the same name. For example, the ar command is available from the busybox, binutils and elfutils packages. diff --git a/documentation/poky-ref-manual/ref-images.xml b/documentation/poky-ref-manual/ref-images.xml index 8c240fca6d..4e7b029ea7 100644 --- a/documentation/poky-ref-manual/ref-images.xml +++ b/documentation/poky-ref-manual/ref-images.xml @@ -95,11 +95,14 @@ - From Yocto release 1.1 onwards, -live and -directdisk images have been replaced by a "live" - option in IMAGE_FSTYPES that will work with any image to produce an image file that can be - copied directly to a CD or USB device and run as is. To build a live image, simply add - "live" to IMAGE_FSTYPES within local.conf or whereever appropriate and then build the desired - image as normal. + From the Yocto Project release 1.1 onwards, -live and + -directdisk images have been replaced by a "live" + option in IMAGE_FSTYPES that will work with any image to produce an + image file that can be + copied directly to a CD or USB device and run as is. + To build a live image, simply add + "live" to IMAGE_FSTYPES within the local.conf + file or wherever appropriate and then build the desired image as normal.