From: Richard Purdie Date: Thu, 17 Dec 2009 21:37:44 +0000 (+0000) Subject: kernel.bbclass: Use B, not S in KERNEL_VERSION X-Git-Tag: 2011-1~6520 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=29ae46a86601313206896992afb77b35c31785da;p=openembedded-core.git kernel.bbclass: Use B, not S in KERNEL_VERSION Signed-off-by: Richard Purdie --- diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index f902b7e9ce..6f8ee31ffc 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -51,7 +51,7 @@ KERNEL_IMAGEDEST = "boot" # export CMDLINE_CONSOLE = "console=${@bb.data.getVar("KERNEL_CONSOLE",d,1) or "ttyS0"}" -KERNEL_VERSION = "${@get_kernelversion('${S}')}" +KERNEL_VERSION = "${@get_kernelversion('${B}')}" KERNEL_MAJOR_VERSION = "${@get_kernelmajorversion('${KERNEL_VERSION}')}" KERNEL_LOCALVERSION ?= ""