diff options
author | Peter Bergin <peter@berginkonsult.se> | 2022-08-18 09:16:09 +0200 |
---|---|---|
committer | Peter Bergin <peter@berginkonsult.se> | 2022-08-18 10:11:13 +0200 |
commit | cef7e4395fc48fb60a706fb9fbc98dc8d6abe57d (patch) | |
tree | fab6f54abe0676f14b630f3e52106808cc984dee /recipes-kernel | |
parent | cdc56a683fe009ea2889ea6354d3a44b562454d7 (diff) | |
download | meta-freescale-cef7e4395fc48fb60a706fb9fbc98dc8d6abe57d.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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-imx_5.15.bb | 2 |
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 | |
26 | SRCBRANCH = "lf-5.15.y" | 26 | SRCBRANCH = "lf-5.15.y" |
27 | LOCALVERSION = "-5.15.32_2.0.0" | 27 | LOCALVERSION = "-5.15.32-2.0.0" |
28 | SRCREV = "fa6c3168595c02bd9d5366fcc28c9e7304947a3d" | 28 | SRCREV = "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 |