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. +