summaryrefslogtreecommitdiffstats
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-07-21 10:59:16 +0000
commit5765025b8a2b10896b62a300362da29527afd998 (patch)
treebf357c2e356ffb4a4e0ba9cec8a96ed97d7ea468
parente42aa48f5274b335a560e3193abb86e25f52e25c (diff)
downloadmeta-freescale-5765025b8a2b10896b62a300362da29527afd998.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> (cherry picked from commit a1ff57baf4cfee1decf209aa8da4378ac4d16ca0) Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-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