diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-05-31 12:52:51 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2022-05-31 12:52:51 +0000 |
commit | 51d7da414f093ab1c814ca28d6860869fec350b3 (patch) | |
tree | 7f8006dddd92b630a9f1cc5ec6c3ab3e4c6488ef | |
parent | 8770de5876704956b34f63e5bbde8a77912a4480 (diff) | |
download | meta-freescale-51d7da414f093ab1c814ca28d6860869fec350b3.tar.gz |
linux-fslc: upgrade to 5.18.x+fslc
Pick up the latest kernel branch from linux-fslc repository.
Kernel repository has been upgraded up to v5.18.1 from stable korg.
Following commits are added on top of stable tree:
----
0440e630f6a1 ("ARM64: defconfig: Enable KPROBES so allow LTTng use")
21af93c5c879 ("ARM: mxs_defconfig: Enable KPROBES so allow LTTng use")
28afc5e7bbf6 ("ARM: imx_v6_v7_defconfig: Remove evbug as it is not normally used")
f9e06347dace ("media: coda: Change firmware probing order")
2156a668e01c ("drivers, misc: add U-Boot bootcount driver")
9bef1dfbda62 ("fec: Add disable_giga parameter to force 10/100 operation")
bb4252846eac ("MA-7633-2 [Android-Reboot]reboot to fastboot\recovery mode")
2e2305f1e22a ("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_5.18.bb (renamed from recipes-kernel/linux/linux-fslc-mfgtool_5.15.bb) | 0 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-fslc_5.18.bb (renamed from recipes-kernel/linux/linux-fslc_5.15.bb) | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-mfgtool_5.15.bb b/recipes-kernel/linux/linux-fslc-mfgtool_5.18.bb index 09d35c91..09d35c91 100644 --- a/recipes-kernel/linux/linux-fslc-mfgtool_5.15.bb +++ b/recipes-kernel/linux/linux-fslc-mfgtool_5.18.bb | |||
diff --git a/recipes-kernel/linux/linux-fslc_5.15.bb b/recipes-kernel/linux/linux-fslc_5.18.bb index c67f4265..77f68e4e 100644 --- a/recipes-kernel/linux/linux-fslc_5.15.bb +++ b/recipes-kernel/linux/linux-fslc_5.18.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. |
22 | LINUX_VERSION = "5.15.32" | 22 | LINUX_VERSION = "5.18.1" |
23 | 23 | ||
24 | KBRANCH = "5.15.x+fslc" | 24 | KBRANCH = "5.18.x+fslc" |
25 | SRCREV = "0cd0faf39b15007499be2f444034c0f62a3eea9a" | 25 | SRCREV = "0440e630f6a13895078b235be5a1a6ddf96abedf" |
26 | 26 | ||
27 | COMPATIBLE_MACHINE = "(imx-generic-bsp)" | 27 | COMPATIBLE_MACHINE = "(imx-generic-bsp)" |