From c065916814cc9e5a7966ab296677898ccbfc60b7 Mon Sep 17 00:00:00 2001 From: Peter Bergin Date: Sun, 3 Oct 2021 22:59:17 +0200 Subject: linux-imx*: Upgrade to 5.10.52 Since commit 93cf9cd9492e4c932591806f6bafc43270a934d8 linux-imx build is broken for target imx8mp-evk-lpddr4 due to new dts file that is not present in the old 5.10.35 version. Bump version of linux-imx to 5.10.52 to keep in sync with newly added linux-fslc-imx_5.10.bb Signed-off-by: Peter Bergin (cherry picked from commit 3f93c92595d2c34ad0762e776875a23b3cd2dcd3) --- recipes-kernel/linux/linux-imx-headers_5.10.bb | 2 +- recipes-kernel/linux/linux-imx_5.10.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-imx-headers_5.10.bb b/recipes-kernel/linux/linux-imx-headers_5.10.bb index c656fa55..0e15f343 100644 --- a/recipes-kernel/linux/linux-imx-headers_5.10.bb +++ b/recipes-kernel/linux/linux-imx-headers_5.10.bb @@ -8,7 +8,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" SRCBRANCH = "lf-5.10.y" -LOCALVERSION = "-5.10.35-2.0.0" +LOCALVERSION = "-5.10.52-2.1.0" SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" SRCREV = "ef3f2cfc6010c13feb40cfb7fd7490832cf86f45" diff --git a/recipes-kernel/linux/linux-imx_5.10.bb b/recipes-kernel/linux/linux-imx_5.10.bb index 68344e4e..62ecf4bc 100644 --- a/recipes-kernel/linux/linux-imx_5.10.bb +++ b/recipes-kernel/linux/linux-imx_5.10.bb @@ -18,15 +18,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "lzop-native bc-native" SRCBRANCH = "lf-5.10.y" -LOCALVERSION = "-5.10.35-2.0.0" -SRCREV = "ef3f2cfc6010c13feb40cfb7fd7490832cf86f45" +LOCALVERSION = "-5.10.52-2.1.0" +SRCREV = "a11753a89ec610768301d4070e10b8bd60fde8cd" # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition # required by kernel-yocto.bbclass. # # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and # should be updated once patchlevel is merged. -LINUX_VERSION = "5.10.35" +LINUX_VERSION = "5.10.52" DEFAULT_PREFERENCE = "1" -- cgit v1.2.3-54-g00ecf From 7a0d46d87a49cab6f97ffcead7ecc74f6202d98c Mon Sep 17 00:00:00 2001 From: Peter Bergin Date: Sun, 3 Oct 2021 23:05:26 +0200 Subject: kernel-module-imx-gpu-viv: use source code from 5.10.52 Bump version of source code to be in sync with linux-imx and linux-fslc-imx that currently use 5.10.52-2.1.0 version. Signed-off-by: Peter Bergin (cherry picked from commit a44ea372b4b78cb9b37f0b113f9b4fac9da50670) --- recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb index e113aff7..a8b890fe 100644 --- a/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb +++ b/recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.3.p2.0.bb @@ -8,7 +8,7 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" SRCBRANCH = "lf-5.10.y" -LOCALVERSION = "-5.10.35-2.0.0" +LOCALVERSION = "-5.10.52-2.1.0" KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https" SRC_URI = " \ ${KERNEL_SRC};branch=${SRCBRANCH};subpath=drivers/mxc/gpu-viv;destsuffix=git/src \ -- cgit v1.2.3-54-g00ecf