summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_5.15.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-01-10 08:33:27 -0300
committerGitHub <noreply@github.com>2023-01-10 08:33:27 -0300
commite5cc73fb4770d7e1a3d65c0536bcf2cdad0a2ea7 (patch)
tree7aaa8d992ec38daa3bc1a990c2e796d292194afa /recipes-kernel/linux/linux-imx_5.15.bb
parent398d71705ffc64caea1f34200bf3fc814a133b94 (diff)
parentc3fc19e56dafaae774cf70c04075779c71a79d5a (diff)
downloadmeta-freescale-e5cc73fb4770d7e1a3d65c0536bcf2cdad0a2ea7.tar.gz
Merge pull request #1355 from Freescale/backport-1352-to-kirkstone
[Backport kirkstone] Upgrade kernel & u-boot
Diffstat (limited to 'recipes-kernel/linux/linux-imx_5.15.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_5.15.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx_5.15.bb b/recipes-kernel/linux/linux-imx_5.15.bb
index 17c83032..b3c7a7fc 100644
--- a/recipes-kernel/linux/linux-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-imx_5.15.bb
@@ -24,15 +24,15 @@ 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.52-2.1.0" 27LOCALVERSION = "-5.15.71-2.2.0"
28SRCREV = "36363d8623ba60858e2632b7d2b70dae932c9a8b" 28SRCREV = "3313732e9984cb8a6b10a9085c7e18d58e770d56"
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
31# required by kernel-yocto.bbclass. 31# required by kernel-yocto.bbclass.
32# 32#
33# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 33# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
34# should be updated once patchlevel is merged. 34# should be updated once patchlevel is merged.
35LINUX_VERSION = "5.15.52" 35LINUX_VERSION = "5.15.71"
36 36
37DEFAULT_PREFERENCE = "1" 37DEFAULT_PREFERENCE = "1"
38 38