From d982e66154e5fa2e1eb7fbf1229526cfa37397a7 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 24 Nov 2022 21:39:37 +0100 Subject: linux-fslc-imx: fix fsl_lpuart boot freeze This bumps the kernel to 9dcc132b0caa. Signed-off-by: Max Krummenacher (cherry picked from commit 697d5de9184246815d81b248bfa3a2175094ad02) --- recipes-kernel/linux/linux-fslc-imx_5.15.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb index 2bd16813..25608c83 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb @@ -51,6 +51,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." # 44970f9fbed6 Revert "media: imx-jpeg: Align upwards buffer size" # ee7468eafdaa Revert "LF-6878: LF-6658: media: imx-jpeg: Support contiguous and non contiguous format" # bb6e70bff1b7 drivers/soc/imx/gpcv2.c: complete patch revert +# a682d463667a Revert "serial: fsl_lpuart: Reset prior to registration" # # NOTE to upgraders: # This recipe should NOT collect individual patches, they should be applied to @@ -64,7 +65,7 @@ LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" KBRANCH = "5.15-2.1.x-imx" -SRCREV = "0dbb0e28ad332aa0955b873beb91190ae05ac655" +SRCREV = "9dcc132b0caa04022a9adbb76510258684fbfef7" # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition # required by kernel-yocto.bbclass. -- cgit v1.2.3-54-g00ecf From 859c1c9635ee1e5dbde1b782fd68a4dbd34e36db Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 21 Nov 2022 18:11:25 +0100 Subject: kernel-module-imx-gpu-viv: upgrade from 6.4.3.p4.2 to 6.4.3.p4.4 Update to the version used in lf5.15.52_2.1.0. Signed-off-by: Max Krummenacher (cherry picked from commit 40afcf9e06100da18d92ac37da337e2fc581817c) --- .../kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb index a2aef18d..6c270dfb 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p4.2.bb @@ -9,10 +9,10 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171d SRC_URI = "${KERNEL_SRC};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ file://Add-makefile.patch" -KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" +KERNEL_SRC ?= "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" SRCBRANCH = "lf-5.15.y" -LOCALVERSION = "-5.15.32-2.0.0" -SRCREV = "545fd17e9f396c78c692e8abf06e36c5df0f5c69" +LOCALVERSION = "-5.15.52-2.1.0" +SRCREV = "36363d8623ba60858e2632b7d2b70dae932c9a8b" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf