summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"