summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2023-01-10 10:11:32 +0100
committerAndrey Zhizhikin <andrey.z@gmail.com>2023-01-11 09:30:55 +0100
commit669a3aa639ab496b0e53e703a398faa28d7ee485 (patch)
tree7cb7aeb6775aa199a321d69034db8895e0e5016a /recipes-kernel
parent419b44387e2f0898442c7993ab81ec8ca3c1b4e9 (diff)
downloadmeta-freescale-669a3aa639ab496b0e53e703a398faa28d7ee485.tar.gz
linux-fslc: upgrade to 6.1.x+fslc
Pick up the latest kernel branch from linux-fslc repository. Kernel repository has been upgraded up to v6.1.4 from stable korg. Following commits are added on top of stable tree: ---- 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: Andrey Zhizhikin <andrey.z@gmail.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-mfgtool_6.1.bb (renamed from recipes-kernel/linux/linux-fslc-mfgtool_6.0.bb)0
-rw-r--r--recipes-kernel/linux/linux-fslc_6.1.bb (renamed from recipes-kernel/linux/linux-fslc_6.0.bb)6
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_6.0.bb b/recipes-kernel/linux/linux-fslc-mfgtool_6.1.bb
index 09d35c91..09d35c91 100644
--- a/recipes-kernel/linux/linux-fslc-mfgtool_6.0.bb
+++ b/recipes-kernel/linux/linux-fslc-mfgtool_6.1.bb
diff --git a/recipes-kernel/linux/linux-fslc_6.0.bb b/recipes-kernel/linux/linux-fslc_6.1.bb
index b0af4ecf..d5efd49d 100644
--- a/recipes-kernel/linux/linux-fslc_6.0.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.0.8" 22LINUX_VERSION = "6.1.4"
23 23
24KBRANCH = "6.0.x+fslc" 24KBRANCH = "6.1.x+fslc"
25SRCREV = "86f408e846e088a25a225b5a962ed16515ac4e54" 25SRCREV = "b3713f4b82513fb3eabf1c5dffbc2b71ba9b80cd"
26 26
27COMPATIBLE_MACHINE = "(imx-generic-bsp)" 27COMPATIBLE_MACHINE = "(imx-generic-bsp)"