From 5847d3b156f345831190d3655bf4136eb0f9c8b1 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 22 Aug 2023 17:36:57 +0200 Subject: 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 --- recipes-kernel/linux/linux-toradex-ti_6.1.bb | 3 --- 1 file changed, 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" -- cgit v1.2.3