From a1ff57baf4cfee1decf209aa8da4378ac4d16ca0 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Wed, 30 Jun 2021 20:30:26 +0000 Subject: [PATCH] linux-fslc-imx: sanitize local version Drop '-imx' prefix from LOCALVERSION to align with new versioning scheme that is agreed between linux-imx and linux-fslc-imx kernel providers. Signed-off-by: Andrey Zhizhikin --- recipes-kernel/linux/linux-fslc-imx_5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc-imx_5.4.bb b/recipes-kernel/linux/linux-fslc-imx_5.4.bb index e457a2f1..d3ed56ca 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.4.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.4.bb @@ -81,7 +81,7 @@ SRCREV = "05c302bdd5fe7eb75c22eeb4ab2b669d4849a9df" LINUX_VERSION = "5.4.129" # Local version indicates the branch name in the NXP kernel tree where patches are collected from. -LOCALVERSION = "-imx-5.4.70-2.3.0" +LOCALVERSION = "-5.4.70-2.3.0" DEFAULT_PREFERENCE = "1" -- 2.40.1