From a2e8f196d735c16bf89a6753691262b0e46fd60f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 22 Aug 2016 10:54:28 -0700 Subject: ref-manual: Updated some variables in the glossary for nits. Fixes [YOCTO #10138] Small fixes for the following variables: * PKGV * PV * PE * PR (From yocto-docs rev: 4ffc6a2fed330cec320e744561df3aad2a349cf5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 31 ++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 83706ab551..d0c02d392b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9432,6 +9432,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" versioning scheme changes in some backwards incompatible way. + + + PE is the default value of the + PKGE + variable. + @@ -9647,13 +9653,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PKGV - PKGV[doc] = "The version of the output package built by the OpenEmbedded build system." + PKGV[doc] = "The version of the output package built by the recipe." The version of the output package built by the - OpenEmbedded build system. + recipe. By default, PKGV is set to PV. @@ -9802,9 +9808,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The OpenEmbedded build system does not need the aid of PR to know when to rebuild a recipe. - The build system uses - STAMP - and the + The build system uses the task + input checksums + along with the + stamp + and shared state cache mechanisms. @@ -10162,12 +10170,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The version of the recipe. The version is normally extracted from the recipe filename. For example, if the recipe is named - expat_2.0.1.bb, then the default value of PV - will be "2.0.1". + expat_2.0.1.bb, then the default value + of PV will be "2.0.1". PV is generally not overridden within - a recipe unless it is building an unstable (i.e. development) version from a source code repository + a recipe unless it is building an unstable (i.e. + development) version from a source code repository (e.g. Git or Subversion). + + + PV is the default value of the + PKGV + variable. + -- cgit v1.2.3-54-g00ecf