summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Bergin <peter@berginkonsult.se>2022-08-18 09:16:09 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-18 11:22:01 +0000
commitc9a77d9ecdf91bd88b4159130c0b5e7fa3395290 (patch)
treed4ae864ade3dd8ce685b6a80eb48ee1faa8c34c1
parent1d8ac870da885b0b2872d2448eec627edaf014fa (diff)
downloadmeta-freescale-c9a77d9ecdf91bd88b4159130c0b5e7fa3395290.tar.gz
linux-imx: change LOCALVERSION to not use underscore
Using underscore '_' in LOCALVERSION makes build failures if you use deb packages. Error message: Subprocess output:dpkg-deb: error: package name has characters that aren't lowercase alphanums or '-+.' Change '_' to '-' to avoid this problem. It seems that linux-fslc-imx already have this convention and previous versions of linux-imx also had. Signed-off-by: Peter Bergin <peter@berginkonsult.se> (cherry picked from commit cef7e4395fc48fb60a706fb9fbc98dc8d6abe57d)
-rw-r--r--recipes-kernel/linux/linux-imx_5.15.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-imx_5.15.bb b/recipes-kernel/linux/linux-imx_5.15.bb
index 8bd3065c..67f644b6 100644
--- a/recipes-kernel/linux/linux-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-imx_5.15.bb
@@ -24,7 +24,7 @@ DEPENDS += "lzop-native bc-native"
24# | arch/arm/configs/imx_v7_defconfig | linux-imx/imx-nxp-bsp/defconfig | 24# | arch/arm/configs/imx_v7_defconfig | linux-imx/imx-nxp-bsp/defconfig |
25# | arch/arm64/configs/imx_v8_defconfig | linux-imx/mx8-nxp-bsp/defconfig | 25# | arch/arm64/configs/imx_v8_defconfig | linux-imx/mx8-nxp-bsp/defconfig |
26SRCBRANCH = "lf-5.15.y" 26SRCBRANCH = "lf-5.15.y"
27LOCALVERSION = "-5.15.32_2.0.0" 27LOCALVERSION = "-5.15.32-2.0.0"
28SRCREV = "fa6c3168595c02bd9d5366fcc28c9e7304947a3d" 28SRCREV = "fa6c3168595c02bd9d5366fcc28c9e7304947a3d"
29 29
30# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 30# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition