summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorVinicius Aquino <vinicius.aquino@ossystems.com.br>2023-06-01 10:37:11 -0300
committerVinicius Aquino <vinicius.aquino@ossystems.com.br>2023-06-01 11:43:05 -0300
commit064ac4db0c06f4679905f9cb105f851a0c53dc19 (patch)
treee1012a56ff517a4bb3b18b22eacbb7c3ba6c6765 /recipes-kernel
parent4ab74d210d8fe820101133aa8e0a4e79bc143150 (diff)
downloadmeta-freescale-064ac4db0c06f4679905f9cb105f851a0c53dc19.tar.gz
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 <vinicius.aquino@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc_6.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc_6.1.bb b/recipes-kernel/linux/linux-fslc_6.1.bb
index 7f59d689..e87b001a 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=
19# 19#
20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
21# should be updated once patchlevel is merged. 21# should be updated once patchlevel is merged.
22LINUX_VERSION = "6.1.29" 22LINUX_VERSION = "6.1.31"
23 23
24KBRANCH = "6.1.x+fslc" 24KBRANCH = "6.1.x+fslc"
25SRCREV = "9dd7c6bd8a02e7c5b745b18cfec8bce73feb6de7" 25SRCREV = "58cb4aeaeec012a2d36b29531a5e48093f7183ef"
26 26
27KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig" 27KBUILD_DEFCONFIG:mx27-generic-bsp = "imx_v4_v5_defconfig"
28KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" 28KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"