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