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>2024-04-06 11:56:02 +0200
commita5f45db56ced7e4e767546535e9f8d6121cca42f (patch)
treef14e4fb7a88f45ff2d6a665464469635ef6a8bf1
parentebaa8499d485f6659db1a2cda2683c3674a5d8f1 (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> (cherry picked from commit 49fc09a9a6d2a6529faf3cf754405f5cfcff6c91)
-rw-r--r--recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb b/recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb
index 3ab3ea9..2988211 100644
--- a/recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb
+++ b/recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb
@@ -18,9 +18,6 @@ LINUX_VERSION = "5.15.148"
# 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.2.x-imx"
SRCREV_machine = "23a8e831749daa8b77e349d827715dd1d7f8e9a5"
SRCREV_machine:use-head-next = "${AUTOREV}"