summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2024-01-11 13:05:22 -0300
committerDaiane Angolini <daiane.angolini@foundries.io>2024-01-11 13:05:22 -0300
commit114dc91dec7a9cab9f208a42b445344eada6ba3d (patch)
tree8c1e14c296748c4b565c1825391d28292c20bc28 /recipes-kernel
parent88b87bd387c8921b60279d09b22560f9e08fd9c0 (diff)
downloadmeta-freescale-114dc91dec7a9cab9f208a42b445344eada6ba3d.tar.gz
linux-imx: Update lf-6.1.36_2.1.0 to lf-6.1.55-2.2.0
Update the linux-imx kernel to be aligned with the NXP BSP LF6.1.55_2.2.0. Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-imx_6.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx_6.1.bb b/recipes-kernel/linux/linux-imx_6.1.bb
index 9e5fa2b0..6b93a1d0 100644
--- a/recipes-kernel/linux/linux-imx_6.1.bb
+++ b/recipes-kernel/linux/linux-imx_6.1.bb
@@ -15,15 +15,15 @@ require recipes-kernel/linux/linux-imx.inc
15KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE = "1" 15KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE = "1"
16 16
17SRCBRANCH = "lf-6.1.y" 17SRCBRANCH = "lf-6.1.y"
18LOCALVERSION = "-6.1.36-2.1.0" 18LOCALVERSION = "-6.1.55-2.2.0"
19SRCREV = "04b05c5527e9af8d81254638c307df07dc9a5dd3" 19SRCREV = "770c5fe2c1d1529fae21b7043911cd50c6cf087e"
20 20
21# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 21# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
22# required by kernel-yocto.bbclass. 22# required by kernel-yocto.bbclass.
23# 23#
24# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 24# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
25# should be updated once patchlevel is merged. 25# should be updated once patchlevel is merged.
26LINUX_VERSION = "6.1.36" 26LINUX_VERSION = "6.1.55"
27 27
28KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" 28KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
29KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" 29KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"