From 064ac4db0c06f4679905f9cb105f851a0c53dc19 Mon Sep 17 00:00:00 2001 From: Vinicius Aquino Date: Thu, 1 Jun 2023 10:37:11 -0300 Subject: linux-fslc: update to v6.1.31 Kernel repository has been upgraded up to v6.1.31 from stable release. Relevant changes: - 9dd7c6bd8a02 ARM: imx_v6_v7_defconfig: Remove KERNEL_LZO config - ddc32335b72f ARM: imx_v6_v7_defconfig: Remove firmware loader helper - c8bd9d350e9c ARM64: defconfig: Enable KPROBES so allow LTTng use - a537328a29a1 ARM: mxs_defconfig: Enable KPROBES so allow LTTng use - 49c1fcc69f0f ARM: imx_v6_v7_defconfig: Remove evbug as it is not normally used - 33dcbe6ae47a media: coda: Change firmware probing order - 72237a237e1a drivers, misc: add U-Boot bootcount driver - 5034eca49602 fec: Add disable_giga parameter to force 10/100 operation - 05be689ec351 MA-7633-2 [Android-Reboot]reboot to fastboot\recovery mode - 144198f6fd9f ARM: imx: add cpu_is_imx6() routine Signed-off-by: Vinicius Aquino --- recipes-kernel/linux/linux-fslc_6.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-fslc_6.1.bb b/recipes-kernel/linux/linux-fslc_6.1.bb index 7f59d6898..e87b001a8 100644 --- a/recipes-kernel/linux/linux-fslc_6.1.bb +++ b/recipes-kernel/linux/linux-fslc_6.1.bb @@ -19,10 +19,10 @@ SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol= # # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and # should be updated once patchlevel is merged. -LINUX_VERSION = "6.1.29" +LINUX_VERSION = "6.1.31" KBRANCH = "6.1.x+fslc" -SRCREV = "9dd7c6bd8a02e7c5b745b18cfec8bce73feb6de7" +SRCREV = "58cb4aeaeec012a2d36b29531a5e48093f7183ef" KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig" KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" -- cgit v1.2.3-54-g00ecf