From 7055ed52600d8fa65e1c2513d4d4f6f42decec66 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Tue, 14 Sep 2021 16:51:21 -0400 Subject: [PATCH] linux-fslc: bump revision to include msm fix Wouter Vanhauwaert discovered that the latest linux-fslc kernel would panic when booting on an imx53-based device: https://github.com/Freescale/meta-freescale/issues/864 Fabio Estevam added a fix to linux-fslc, therefore we bump the revision to pick up this fix. Signed-off-by: Trevor Woerner --- recipes-kernel/linux/linux-fslc_5.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-fslc_5.14.bb b/recipes-kernel/linux/linux-fslc_5.14.bb index 90a90880..87067c88 100644 --- a/recipes-kernel/linux/linux-fslc_5.14.bb +++ b/recipes-kernel/linux/linux-fslc_5.14.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.14" +LINUX_VERSION = "5.14.3" KBRANCH = "5.14.x+fslc" -SRCREV = "35f3f4421d3d7878593eef83e1093db8de60a37e" +SRCREV = "4b88a1ee28e7be1fce90e389d786575408924d65" COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" -- 2.40.1