summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZelan Zou <zelan.zou@nxp.com>2025-01-07 10:41:19 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-01-14 11:16:22 +0000
commit9d80d2f9ad9c22fc7a3508b1164f7a95519d11d8 (patch)
tree7a10512cbe8b7b68fd07a6db640057bea359cc40
parent7757078cf145eec73dbbed3cf4b4bbc4fa88bace (diff)
downloadmeta-freescale-9d80d2f9ad9c22fc7a3508b1164f7a95519d11d8.tar.gz
linux-imx: Upgrade to L6.6.52_2.0.0 release
Signed-off-by: Zelan Zou <zelan.zou@nxp.com> (cherry picked from commit c09c78f5743af96d400cb52f29ed040f9e4e37f2)
-rw-r--r--recipes-kernel/linux/linux-imx-headers_6.6.bb4
-rw-r--r--recipes-kernel/linux/linux-imx_6.6.bb6
2 files changed, 5 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-imx-headers_6.6.bb b/recipes-kernel/linux/linux-imx-headers_6.6.bb
index 826b2189..dbf4442c 100644
--- a/recipes-kernel/linux/linux-imx-headers_6.6.bb
+++ b/recipes-kernel/linux/linux-imx-headers_6.6.bb
@@ -9,8 +9,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
9 9
10SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" 10SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}"
11SRCBRANCH = "lf-6.6.y" 11SRCBRANCH = "lf-6.6.y"
12LOCALVERSION = "-6.6.36-2.1.0" 12LOCALVERSION = "-6.6.52-2.2.0"
13SRCREV = "d23d64eea5111e1607efcce1d601834fceec92cb" 13SRCREV = "e0f9e2afd4cff3f02d71891244b4aa5899dfc786"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
diff --git a/recipes-kernel/linux/linux-imx_6.6.bb b/recipes-kernel/linux/linux-imx_6.6.bb
index e7475da4..320e8a0f 100644
--- a/recipes-kernel/linux/linux-imx_6.6.bb
+++ b/recipes-kernel/linux/linux-imx_6.6.bb
@@ -13,8 +13,8 @@ i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU
13require recipes-kernel/linux/linux-imx.inc 13require recipes-kernel/linux/linux-imx.inc
14 14
15SRCBRANCH = "lf-6.6.y" 15SRCBRANCH = "lf-6.6.y"
16LOCALVERSION = "-6.6.36-2.1.0" 16LOCALVERSION = "-6.6.52-2.2.0"
17SRCREV = "d23d64eea5111e1607efcce1d601834fceec92cb" 17SRCREV = "e0f9e2afd4cff3f02d71891244b4aa5899dfc786"
18 18
19SRC_URI += " \ 19SRC_URI += " \
20 file://0001-tty-vt-conmakehash-Don-t-mention-the-full-path-of-th.patch \ 20 file://0001-tty-vt-conmakehash-Don-t-mention-the-full-path-of-th.patch \
@@ -27,7 +27,7 @@ SRC_URI += " \
27# 27#
28# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 28# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
29# should be updated once patchlevel is merged. 29# should be updated once patchlevel is merged.
30LINUX_VERSION = "6.6.36" 30LINUX_VERSION = "6.6.52"
31 31
32KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" 32KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
33KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" 33KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"