From 3f93c92595d2c34ad0762e776875a23b3cd2dcd3 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 --- 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(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-imx-headers_5.10.bb b/recipes-kernel/linux/linux-imx-headers_5.10.bb index c282fc62..8acb2652 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