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/poky-ref-manual/extendpoky.xml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'documentation/poky-ref-manual/extendpoky.xml') 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. -- cgit v1.2.3-54-g00ecf