summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2021-09-14 16:51:21 -0400
committerTrevor Woerner <twoerner@gmail.com>2021-09-14 16:58:48 -0400
commit7055ed52600d8fa65e1c2513d4d4f6f42decec66 (patch)
tree6b7be18657c9ec4a057292322fc7a056c4443fce
parent6cb49377476a39c4de9c223c07e1ad57df06427f (diff)
downloadmeta-freescale-7055ed52600d8fa65e1c2513d4d4f6f42decec66.tar.gz
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 <twoerner@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-fslc_5.14.bb4
1 files 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"
19# 19#
20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
21# should be updated once patchlevel is merged. 21# should be updated once patchlevel is merged.
22LINUX_VERSION = "5.14" 22LINUX_VERSION = "5.14.3"
23 23
24KBRANCH = "5.14.x+fslc" 24KBRANCH = "5.14.x+fslc"
25SRCREV = "35f3f4421d3d7878593eef83e1093db8de60a37e" 25SRCREV = "4b88a1ee28e7be1fce90e389d786575408924d65"
26 26
27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)" 27COMPATIBLE_MACHINE = "(mxs|mx5|mx6|vf|use-mainline-bsp)"