From: Scott Rifenbark Date: Mon, 28 Nov 2016 22:51:16 +0000 (-0800) Subject: ref-manual: Updated KERNEL_IMAGE_BASE_NAME glossary description X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=872d4bccc83c91ec9b2350d55ef95f091b1265aa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated KERNEL_IMAGE_BASE_NAME glossary description Fixes [YOCTO #10717] Now that multiple images can be built, the KERNEL_IMAGE_BASE_NAME no longer requires "${KERNEL_IMAGETYPE}" as part of its default value. I have removed this portion of the default definition described in the glossary. (From yocto-docs rev: 54abeb3fbbac8b6d319183f88803fbe71b27fcbe) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index af1ed8408b4..4e003cdba44 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -6766,13 +6766,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" kernel class as follows: - KERNEL_IMAGE_BASE_NAME ?= "${KERNEL_IMAGETYPE}-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" + KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" See the - KERNEL_IMAGETYPE, PKGE, PKGV, PKGR,