From 708dd324e9fcb5c1d545a2ff9fd5deff9ca5303f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 11 Mar 2014 12:57:14 -0600 Subject: ref-manual: New variables added and some edits as well Fixes [YOCTO #5931] Added descriptions for the following variables in the glossary: * MODULE_IMAGE_BASE_NAME * KERNEL_IMAGE_BASE_NAME * PKGE * PKGV * PKGR * PKG The first two are for the bug. The remainder needed to be added as they were referenced from the first two (except for PKG, which I was told needed to be added anyway. I also fixed a couple formatting issues in there for some other variables. (From yocto-docs rev: c488b57a2ae5a5d1ef4b0da0ecaa9589c3106a45) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 105 +++++++++++++++++++++++++++-- 1 file changed, 101 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 9420050f06..033661af1c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3652,6 +3652,29 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + KERNEL_IMAGE_BASE_NAME + + + The base name of the kernel image. + This variable is set in the + kernel class + as follows: + + KERNEL_IMAGE_BASE_NAME ?= "${KERNEL_IMAGETYPE}-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" + + See the + KERNEL_IMAGETYPE, + PKGE, + PKGV, + PKGR, + MACHINE, + and + DATETIME + variables for additional information. + + + + KERNEL_IMAGETYPE The type of kernel to build for a device, usually set by the @@ -4438,6 +4461,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + MODULE_IMAGE_BASE_NAME + + + The base name of the kernel modules tarball. + This variable is set in the + kernel class + as follows: + + MODULE_IMAGE_BASE_NAME ?= "modules-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" + + See the + PKGE, + PKGV, + PKGR, + MACHINE, + and + DATETIME + variables for additional information. + + + + MODULE_TARBALL_DEPLOY @@ -5145,9 +5190,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PE - the epoch of the recipe. + The epoch of the recipe. By default, this variable is unset. - The field is used to make upgrades possible when the + The variable is used to make upgrades possible when the versioning scheme changes in some backwards incompatible way. @@ -5183,6 +5228,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + PKG + + + The name of the resulting package created by the + OpenEmbedded build system. + + When using the PKG variable, you + must use a package name override. + + For example, when the + debian + class renames the output package, it does so by setting + PKG_<packagename>. + + + + PKGD @@ -5255,6 +5317,39 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + PKGE + + + The epoch of the output package built by the + OpenEmbedded build system. + By default, PKGE is set to + PE. + + + + + PKGR + + + The revision of the output package built by the + OpenEmbedded build system. + By default, PKGR is set to + PR. + + + + + PKGV + + + The version of the output package built by the + OpenEmbedded build system. + By default, PKGV is set to + PV. + + + + PN This variable can have two separate functions depending on the context: a recipe @@ -5305,7 +5400,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PR - The revision of the recipe. + + The revision of the recipe. The default value for this variable is "r0". @@ -5464,7 +5560,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" PV - The version of the recipe. + + 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 -- cgit v1.2.3-54-g00ecf