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:16:47 +0200
commit5847d3b156f345831190d3655bf4136eb0f9c8b1 (patch)
tree30dcdb0e1bf12067daf184c604730b44f8df8d18
parentdac5457dc697bf65d96a4c19eb6cd051a99dd579 (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-ti_6.1.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-toradex-ti_6.1.bb b/recipes-kernel/linux/linux-toradex-ti_6.1.bb
index dbb9715..5370e4b 100644
--- a/recipes-kernel/linux/linux-toradex-ti_6.1.bb
+++ b/recipes-kernel/linux/linux-toradex-ti_6.1.bb
@@ -16,9 +16,6 @@ LINUX_VERSION = "6.1.33"
# 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}"
-
SCMVERSION ?= "y"
SRCBRANCH = "toradex_ti-linux-6.1.y"
SRCREV_machine = "725e74990ab5b9fe3f2aafe7f6a10912df7cd930"