summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Aquino <vinicius.aquino@ossystems.com.br>2023-06-01 10:37:11 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-01 15:11:36 +0000
commit5037fe4862b2e2b45e04ca66c8d45aea683cb05e (patch)
tree4e3291b684f7ebc7f90652148dfb726c89cebebe
parentaba7e23bfc742adc76011b380eb63e207b04dd56 (diff)
downloadmeta-freescale-5037fe4862b2e2b45e04ca66c8d45aea683cb05e.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> (cherry picked from commit 064ac4db0c06f4679905f9cb105f851a0c53dc19)
-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 874fb0bd..29076e08 100644
--- a/recipes-kernel/linux/linux-fslc_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc_6.1.bb
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
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
27COMPATIBLE_MACHINE = "(imx-generic-bsp)" 27COMPATIBLE_MACHINE = "(imx-generic-bsp)"