From a5f45db56ced7e4e767546535e9f8d6121cca42f 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 (cherry picked from commit 49fc09a9a6d2a6529faf3cf754405f5cfcff6c91) --- recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb | 3 --- 1 file changed, 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}" -- cgit v1.2.3