diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-10-21 18:55:46 +0200 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-10-21 23:41:11 +0000 |
commit | 89cf49a9450c17e112ed463a9d59c36fee743a2a (patch) | |
tree | ab49def178803da1253426416b93129458cd064e | |
parent | cb16b9c0191549925e08458c37b8eaae613b6e4e (diff) | |
download | meta-freescale-89cf49a9450c17e112ed463a9d59c36fee743a2a.tar.gz |
linux-imx: Update to NXP BSP LF6.6.36_2.1.0backport-1991-to-scarthgap
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 6fa259b771ea68a7f87c00996308a89d7e869175)
-rw-r--r-- | recipes-kernel/linux/linux-imx-headers_6.6.bb | 4 | ||||
-rw-r--r-- | recipes-kernel/linux/linux-imx_6.6.bb | 6 |
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 65634ac9..826b2189 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 | ||
10 | SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" | 10 | SRC_URI = "git://github.com/nxp-imx/linux-imx.git;protocol=https;branch=${SRCBRANCH}" |
11 | SRCBRANCH = "lf-6.6.y" | 11 | SRCBRANCH = "lf-6.6.y" |
12 | LOCALVERSION = "-6.6.23-2.0.0" | 12 | LOCALVERSION = "-6.6.36-2.1.0" |
13 | SRCREV = "b586a521770e508d1d440ccb085c7696b9d6d387" | 13 | SRCREV = "d23d64eea5111e1607efcce1d601834fceec92cb" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${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 b90b40d3..e7475da4 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 | |||
13 | require recipes-kernel/linux/linux-imx.inc | 13 | require recipes-kernel/linux/linux-imx.inc |
14 | 14 | ||
15 | SRCBRANCH = "lf-6.6.y" | 15 | SRCBRANCH = "lf-6.6.y" |
16 | LOCALVERSION = "-6.6.23-2.0.0" | 16 | LOCALVERSION = "-6.6.36-2.1.0" |
17 | SRCREV = "b586a521770e508d1d440ccb085c7696b9d6d387" | 17 | SRCREV = "d23d64eea5111e1607efcce1d601834fceec92cb" |
18 | 18 | ||
19 | SRC_URI += " \ | 19 | SRC_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. |
30 | LINUX_VERSION = "6.6.23" | 30 | LINUX_VERSION = "6.6.36" |
31 | 31 | ||
32 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" | 32 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" |
33 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" | 33 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" |