summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2023-01-10 10:11:32 +0100
committerDominik Poggel <pog@iesy.com>2023-05-10 12:12:13 +0200
commitf34dc984bd07ea18d25d32c9f7ca3f6d95e69000 (patch)
treed41fe1d87a35fd45034d8879237b97da444586a6
parent82cbf4e5adac1017adc1e4a2ce056c57b3148ba0 (diff)
downloadmeta-freescale-f34dc984bd07ea18d25d32c9f7ca3f6d95e69000.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>
-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)"