summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-22 17:36:57 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-24 16:19:03 +0200
commit49fc09a9a6d2a6529faf3cf754405f5cfcff6c91 (patch)
tree246770ab0ba34e50e2b54fd70cbe3ebeffa7a141
parent293041b8e460a664d149cf758d9de036b6185858 (diff)
linux-toradex: localversion: drop setting it here
LOCALVERSION is already handled in the inherited class toradex-kernel-localversion.bbclass. The delete line used to be a duplicate of what was already done in the class, however with recent changes in openembedded-core it now is even harmful. Related-to: ELB-5330 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb b/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb
index 7e7c964..0613c54 100644
--- a/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb
+++ b/recipes-kernel/linux/linux-toradex_5.15-2.1.x.bb
@@ -18,9 +18,6 @@ LINUX_VERSION = "5.15.77"
# skip, as with use-head-next LINUX_VERSION might be set wrongly
KERNEL_VERSION_SANITY_SKIP = "1"
-# Make sure to override LOCALVERSION in linux-imx.inc
-LOCALVERSION = "-${TDX_VERSION}"
-
SRCBRANCH = "toradex_5.15-2.1.x-imx"
SRCREV_machine = "ddc6ca4d76ea764aaec9837fb9c82297473e6edc"
SRCREV_machine:use-head-next = "${AUTOREV}"