summaryrefslogtreecommitdiffstats
path: root/meta/classes/kernel-arch.bbclass
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2024-02-15 15:45:23 -1000
committerSteve Sakoman <steve@sakoman.com>2024-02-15 15:49:52 -1000
commit0b39955d14600257a6eafc211fd68a933c69a0e9 (patch)
treea263861fd5e2c0ae5270f3421c603473ee53e188 /meta/classes/kernel-arch.bbclass
parent355838a15ecce17798f7290032df271b3d50b40b (diff)
downloadpoky-0b39955d14600257a6eafc211fd68a933c69a0e9.tar.gz
Revert "kernel: fix localversion in v6.3+"
This reverts commit d9273edae80978c34f8426f34f991b9598828aa9. This commit is causing breakage for some vendor kernel builds. (From OE-Core rev: 59cc2e75c15f8c6371a4c4a3b7bd2e6c3f145fbc) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/classes/kernel-arch.bbclass')
-rw-r--r--meta/classes/kernel-arch.bbclass7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass
index 0a79dea0af..4cd08b96fb 100644
--- a/meta/classes/kernel-arch.bbclass
+++ b/meta/classes/kernel-arch.bbclass
@@ -66,10 +66,3 @@ KERNEL_LD = "${CCACHE}${HOST_PREFIX}ld.bfd ${HOST_LD_KERNEL_ARCH}"
66KERNEL_AR = "${CCACHE}${HOST_PREFIX}ar ${HOST_AR_KERNEL_ARCH}" 66KERNEL_AR = "${CCACHE}${HOST_PREFIX}ar ${HOST_AR_KERNEL_ARCH}"
67TOOLCHAIN ?= "gcc" 67TOOLCHAIN ?= "gcc"
68 68
69# 6.3+ requires the variable LOCALVERSION to be set to not get a "+" in
70# the local version. Having it empty means nothing will be added, and any
71# value will be appended to the local kernel version. This replaces the
72# use of .scmversion file for setting a localversion without using
73# the CONFIG_LOCALVERSION option.
74KERNEL_LOCALVERSION ??= ""
75export LOCALVERSION ?= "${KERNEL_LOCALVERSION}"