summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Bergin <peter@berginkonsult.se>2021-10-03 22:59:17 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-10-04 12:07:01 +0000
commitc065916814cc9e5a7966ab296677898ccbfc60b7 (patch)
tree43d975807cc422b291ac2e08d4647bd5b20278bf
parent02430d3fdf6f38b189449fb448216e5fe3f52be6 (diff)
downloadmeta-freescale-c065916814cc9e5a7966ab296677898ccbfc60b7.tar.gz
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 <peter@berginkonsult.se> (cherry picked from commit 3f93c92595d2c34ad0762e776875a23b3cd2dcd3)
-rw-r--r--recipes-kernel/linux/linux-imx-headers_5.10.bb2
-rw-r--r--recipes-kernel/linux/linux-imx_5.10.bb6
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"
8LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 8LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
9 9
10SRCBRANCH = "lf-5.10.y" 10SRCBRANCH = "lf-5.10.y"
11LOCALVERSION = "-5.10.35-2.0.0" 11LOCALVERSION = "-5.10.52-2.1.0"
12SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" 12SRC_URI = "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}"
13SRCREV = "ef3f2cfc6010c13feb40cfb7fd7490832cf86f45" 13SRCREV = "ef3f2cfc6010c13feb40cfb7fd7490832cf86f45"
14 14
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"
18DEPENDS += "lzop-native bc-native" 18DEPENDS += "lzop-native bc-native"
19 19
20SRCBRANCH = "lf-5.10.y" 20SRCBRANCH = "lf-5.10.y"
21LOCALVERSION = "-5.10.35-2.0.0" 21LOCALVERSION = "-5.10.52-2.1.0"
22SRCREV = "ef3f2cfc6010c13feb40cfb7fd7490832cf86f45" 22SRCREV = "a11753a89ec610768301d4070e10b8bd60fde8cd"
23 23
24# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 24# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
25# required by kernel-yocto.bbclass. 25# required by kernel-yocto.bbclass.
26# 26#
27# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 27# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
28# should be updated once patchlevel is merged. 28# should be updated once patchlevel is merged.
29LINUX_VERSION = "5.10.35" 29LINUX_VERSION = "5.10.52"
30 30
31DEFAULT_PREFERENCE = "1" 31DEFAULT_PREFERENCE = "1"
32 32