]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-fslc: bump revision to include msm fix 868/head
authorTrevor Woerner <twoerner@gmail.com>
Tue, 14 Sep 2021 20:51:21 +0000 (16:51 -0400)
committerTrevor Woerner <twoerner@gmail.com>
Tue, 14 Sep 2021 20:58:48 +0000 (16:58 -0400)
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 <twoerner@gmail.com>
recipes-kernel/linux/linux-fslc_5.14.bb

index 90a9088062277475e31c3a352d361545656eee0d..87067c88bac2293aafec89698acc337bd2248477 100644 (file)
@@ -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)"