summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-02-03 18:54:48 +0200
committerOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-02-03 18:55:30 +0200
commit586062ae6896796354f8b64dfd09fcedfeca06dd (patch)
treea8a79dfe888c1bf5bfda3489cc94d2b7bbb47ec1 /recipes-kernel
parent9024c90df68ae97d3a6f8decaa513cce7a8c2c5b (diff)
downloadmeta-freescale-586062ae6896796354f8b64dfd09fcedfeca06dd.tar.gz
linux-fslc-imx: fix fsl_lpuart boot issue
This bumps the kernel 5.15-2.2.x-imx to 3248ffcb12d1 Relevant changes: - 3248ffcb12d1 Merge pull request #621 from MrCry0/5.15-2.2.x-imx-lpuart - b9ae52e89c61 serial: fsl_lpuart: fix merging issue Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index 7d23198b..80c7deef 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
@@ -51,7 +51,7 @@ LICENSE = "GPL-2.0-only"
51LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 51LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
52 52
53KBRANCH = "5.15-2.2.x-imx" 53KBRANCH = "5.15-2.2.x-imx"
54SRCREV = "3ff5eb3ff57e665c47c072284d7f624e5452b85d" 54SRCREV = "3248ffcb12d15a0e40b9a020ba362591b8137923"
55 55
56# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 56# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
57# required by kernel-yocto.bbclass. 57# required by kernel-yocto.bbclass.