summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-02-03 18:54:48 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-02-03 17:00:04 +0000
commit749d020052cfcfa4a7e698594de9283a776b1647 (patch)
tree051be8e6fa9771c3f39bf5925545aee3fe2bee93
parent65ebc61ca81007c57dc6592f17ea4c4648e2b928 (diff)
downloadmeta-freescale-749d020052cfcfa4a7e698594de9283a776b1647.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> (cherry picked from commit 586062ae6896796354f8b64dfd09fcedfeca06dd)
-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.