From: Trevor Woerner Date: Tue, 14 Sep 2021 20:51:21 +0000 (-0400) Subject: linux-fslc: bump revision to include msm fix X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=refs%2Fpull%2F868%2Fhead;p=meta-freescale.git 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 --- 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)"