summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc_5.18.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2022-05-31 12:52:51 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2022-06-16 16:53:27 -0300
commit99a93c4af17be94c9858de57efc4bb338bcac459 (patch)
tree9a08ac281232206775548443545b976952894cc0 /recipes-kernel/linux/linux-fslc_5.18.bb
parent2c1ff19dab1c8d1c897cc6be75ac9cb2de7fad33 (diff)
downloadmeta-freescale-99a93c4af17be94c9858de57efc4bb338bcac459.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> (cherry picked from commit 51d7da414f093ab1c814ca28d6860869fec350b3)
Diffstat (limited to 'recipes-kernel/linux/linux-fslc_5.18.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc_5.18.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc_5.18.bb b/recipes-kernel/linux/linux-fslc_5.18.bb
new file mode 100644
index 00000000..77f68e4e
--- /dev/null
+++ b/recipes-kernel/linux/linux-fslc_5.18.bb
@@ -0,0 +1,27 @@
1# Copyright (C) 2012-2019 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3#
4# SPDX-License-Identifier: MIT
5#
6
7SUMMARY = "FSL Community BSP Linux mainline based kernel with backported features and fixes"
8DESCRIPTION = "Linux kernel based on mainline kernel used by FSL Community BSP in order to \
9provide support for some backported features and fixes, or because it was applied in linux-next \
10and takes some time to become part of a stable version, or because it is not applicable for \
11upstreaming."
12
13include linux-fslc.inc
14
15LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
16
17# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
18# required by kernel-yocto.bbclass.
19#
20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
21# should be updated once patchlevel is merged.
22LINUX_VERSION = "5.18.1"
23
24KBRANCH = "5.18.x+fslc"
25SRCREV = "0440e630f6a13895078b235be5a1a6ddf96abedf"
26
27COMPATIBLE_MACHINE = "(imx-generic-bsp)"