summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-11-12 21:59:13 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-11-14 21:06:33 +0000
commit4b641401b45a35c28d7dbde7a79ef08f7e91414c (patch)
tree194108616cd860d7787afaa9890efd1a0c263af7
parented9d9c95ee81bf43a74d44afa1335b533e35d9c3 (diff)
downloadmeta-freescale-4b641401b45a35c28d7dbde7a79ef08f7e91414c.tar.gz
linux-fslc: upgrade to 6.0.x+fslc
Pick up the latest kernel branch from linux-fslc repository. Kernel repository has been upgraded up to v6.0.8 from stable korg. Following commits are added on top of stable tree: ---- 33feefb4abb5 ("ARM64: defconfig: Enable KPROBES so allow LTTng use") 00ce47c59e05 ("ARM: mxs_defconfig: Enable KPROBES so allow LTTng use") a48efba70ee4 ("ARM: imx_v6_v7_defconfig: Remove evbug as it is not normally used") 6fbff42d0be3 ("media: coda: Change firmware probing order") eb1cc8f3f553 ("drivers, misc: add U-Boot bootcount driver") 67e3d36f1000 ("fec: Add disable_giga parameter to force 10/100 operation") e1a8d8edfc66 ("MA-7633-2 [Android-Reboot]reboot to fastboot\recovery mode") 075a509508b6 ("ARM: imx: add cpu_is_imx6() routine") ---- Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> (cherry picked from commit fe602e0c9a73156b219d3c6f6edf28a44c7a0468)
-rw-r--r--recipes-kernel/linux/linux-fslc-mfgtool_6.0.bb (renamed from recipes-kernel/linux/linux-fslc-mfgtool_5.18.bb)0
-rw-r--r--recipes-kernel/linux/linux-fslc_6.0.bb (renamed from recipes-kernel/linux/linux-fslc_5.18.bb)6
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_5.18.bb b/recipes-kernel/linux/linux-fslc-mfgtool_6.0.bb
index 09d35c91..09d35c91 100644
--- a/recipes-kernel/linux/linux-fslc-mfgtool_5.18.bb
+++ b/recipes-kernel/linux/linux-fslc-mfgtool_6.0.bb
diff --git a/recipes-kernel/linux/linux-fslc_5.18.bb b/recipes-kernel/linux/linux-fslc_6.0.bb
index 363a2989..b0af4ecf 100644
--- a/recipes-kernel/linux/linux-fslc_5.18.bb
+++ b/recipes-kernel/linux/linux-fslc_6.0.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 = "5.18.5" 22LINUX_VERSION = "6.0.8"
23 23
24KBRANCH = "5.18.x+fslc" 24KBRANCH = "6.0.x+fslc"
25SRCREV = "1d6b3055ae6a2ab50a911a6482dbd750c09cd3e0" 25SRCREV = "86f408e846e088a25a225b5a962ed16515ac4e54"
26 26
27COMPATIBLE_MACHINE = "(imx-generic-bsp)" 27COMPATIBLE_MACHINE = "(imx-generic-bsp)"