From 2103d41b2e65240605bfb1b457e54f2540ac281f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 9 Nov 2018 12:30:33 -0800 Subject: ref-manual: Added KERNEL_ARTIFACT_NAME and adjusted referencing variables. The KERNEL_ARTIFACT_NAME variable is used throughout to set the names of build artifacts. Rather than repeat informaiton about KERNEL_ARTIFACT_NAME in the many variables that use it, I added a new entry for the variable. This also impacted the descriptions of the variables that were repeating information. I updated those variable descriptions as well. (From yocto-docs rev: 5750d30be21e17fe21d89254925dc0e773c08e66) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 112 ++++++++++++++--------------- 1 file changed, 53 insertions(+), 59 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5f5852ab18..58c5418d16 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -7068,23 +7068,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" INITRAMFS_NAME ?= "initramfs-${KERNEL_ARTIFACT_NAME}" - The value of the KERNEL_ARTIFACT_NAME + The value of the + KERNEL_ARTIFACT_NAME variable, which is set in the same file, has the following value: KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" - - - See the - PKGE, - PKGV, - PKGR, - and - MACHINE - variables for additional information. - @@ -7464,6 +7455,45 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + KERNEL_ARTIFACT_NAME + + KERNEL_ARTIFACT_NAME[doc] = "Specifies the name of all of the build artifacts." + + + + + Specifies the name of all of the build artifacts. + You can change the name of the artifacts by changing the + KERNEL_ARTIFACT_NAME variable. + + + + The value of KERNEL_ARTIFACT_NAME, + which is set in the + meta/classes/kernel-artifact-names.bbclass + file, has the following default value: + + KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" + + + + + See the + PKGE, + PKGV, + PKGR, + and + MACHINE + variables for additional information. + + The IMAGE_VERSION_SUFFIX variable + is set to + DATETIME. + + + + + KERNEL_CLASSES KERNEL_CLASSES[doc] = "A list of classes defining kernel image types that kernel class should inherit." @@ -7557,23 +7587,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_DTB_NAME ?= "${KERNEL_ARTIFACT_NAME}" - The value of the KERNEL_ARTIFACT_NAME + The value of the + KERNEL_ARTIFACT_NAME variable, which is set in the same file, has the following value: KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" - - - See the - PKGE, - PKGV, - PKGR, - and - MACHINE - variables for additional information. - @@ -7685,23 +7706,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_FIT_NAME ?= "${KERNEL_ARTIFACT_NAME}" - The value of the KERNEL_ARTIFACT_NAME + The value of the + KERNEL_ARTIFACT_NAME variable, which is set in the same file, has the following value: KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" - - - See the - PKGE, - PKGV, - PKGR, - and - MACHINE - variables for additional information. - @@ -7780,23 +7792,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" KERNEL_IMAGE_NAME ?= "${KERNEL_ARTIFACT_NAME}" - The value of the KERNEL_ARTIFACT_NAME + The value of the + KERNEL_ARTIFACT_NAME variable, which is set in the same file, has the following value: KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" - - - See the - PKGE, - PKGV, - PKGR, - and - MACHINE - variables for additional information. - @@ -9231,12 +9234,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MODULE_TARBALL_LINK_NAME - MODULE_TARBALL_LINK_NAME[doc] = "The link name of the module tarball." + MODULE_TARBALL_LINK_NAME[doc] = "The link name of the kernel module tarball." - The link name of the module tarball. + The link name of the kernel module tarball. This variable is set in the meta/classes/kernel-artifact-names.bbclass file as follows: @@ -9261,35 +9264,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" MODULE_TARBALL_NAME - MODULE_TARBALL_NAME[doc] = "The base name of the module tarball." + MODULE_TARBALL_NAME[doc] = "The base name of the kernel module tarball." - The base name of the module tarball. + The base name of the kernel module tarball. This variable is set in the meta/classes/kernel-artifact-names.bbclass file as follows: MODULE_TARBALL_NAME ?= "${KERNEL_ARTIFACT_NAME}" - The value of the KERNEL_ARTIFACT_NAME + The value of the + KERNEL_ARTIFACT_NAME variable, which is set in the same file, has the following value: KERNEL_ARTIFACT_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}${IMAGE_VERSION_SUFFIX}" - - - See the - PKGE, - PKGV, - PKGR, - and - MACHINE - variables for additional information. - -- cgit v1.2.3-54-g00ecf