summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-06-30 20:30:26 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2021-06-30 20:30:26 +0000
commita1ff57baf4cfee1decf209aa8da4378ac4d16ca0 (patch)
tree7b2740c7905609b97b58273af0217431ad5770e0 /recipes-kernel
parent45422176b394c98da7d88bb0c3181da75a45b05d (diff)
downloadmeta-freescale-a1ff57baf4cfee1decf209aa8da4378ac4d16ca0.tar.gz
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 <andrey.z@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb2
1 files changed, 1 insertions, 1 deletions
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"
81LINUX_VERSION = "5.4.129" 81LINUX_VERSION = "5.4.129"
82 82
83# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 83# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
84LOCALVERSION = "-imx-5.4.70-2.3.0" 84LOCALVERSION = "-5.4.70-2.3.0"
85 85
86DEFAULT_PREFERENCE = "1" 86DEFAULT_PREFERENCE = "1"
87 87