From a4f24291eb999a76d59d8d018a28c43be90db978 Mon Sep 17 00:00:00 2001 From: Andrey Zhizhikin Date: Tue, 4 May 2021 19:29:22 +0000 Subject: [PATCH] linux-fslc: update to v5.10.34 Kernel repository has been upgraded to v5.10.34 from stable korg. Following upstream commits are included in this version: ---- 0aa66717f684 Linux 5.10.34 47d54b990103 mei: me: add Alder Lake P device id. 2a442f11407e iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd() ---- Link: https://lore.kernel.org/r/20210430141910.693887691@linuxfoundation.org Signed-off-by: Andrey Zhizhikin --- recipes-kernel/linux/linux-fslc_5.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-fslc_5.10.bb b/recipes-kernel/linux/linux-fslc_5.10.bb index d07e7203..1a0f6ffb 100644 --- a/recipes-kernel/linux/linux-fslc_5.10.bb +++ b/recipes-kernel/linux/linux-fslc_5.10.bb @@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" # # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and # should be updated once patchlevel is merged. -LINUX_VERSION = "5.10.33" +LINUX_VERSION = "5.10.34" KBRANCH = "5.10.x+fslc" -SRCREV = "d8cdd2bf4ee78d478f498df6e74cf307bce67ff7" +SRCREV = "4ba5340367382e542c0cd88088169b9337340f95" COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" -- 2.40.1