summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2025-08-13 10:26:34 +0800
committerJun Zhu <junzhu@nxp.com>2025-08-13 10:37:46 +0800
commitde533b156fb085f7cea7538c4be3818db16b99dd (patch)
tree2ec81b6d61f5d43c13340070cdf1a0256b99804f
parent8544730cac7c4516c4c6284d258a226cae60e7c4 (diff)
downloadmeta-freescale-de533b156fb085f7cea7538c4be3818db16b99dd.tar.gz
linux-imx: Update from 6.12.3 to 6.12.20
Signed-off-by: Jun Zhu <junzhu@nxp.com>
-rw-r--r--recipes-kernel/linux/linux-imx_6.12.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-imx_6.12.bb b/recipes-kernel/linux/linux-imx_6.12.bb
index 05d9c4ea6..267a33542 100644
--- a/recipes-kernel/linux/linux-imx_6.12.bb
+++ b/recipes-kernel/linux/linux-imx_6.12.bb
@@ -1,5 +1,5 @@
1# Copyright 2013-2016 (C) Freescale Semiconductor 1# Copyright 2013-2016 (C) Freescale Semiconductor
2# Copyright 2017-2024 (C) NXP 2# Copyright 2017-2025 (C) NXP
3# Copyright 2018 (C) O.S. Systems Software LTDA. 3# Copyright 2018 (C) O.S. Systems Software LTDA.
4# Released under the MIT license (see COPYING.MIT for the terms) 4# Released under the MIT license (see COPYING.MIT for the terms)
5# 5#
@@ -13,15 +13,15 @@ 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.12.y" 15SRCBRANCH = "lf-6.12.y"
16LOCALVERSION = "-6.12.3-1.1.0" 16LOCALVERSION = "-6.12.20-2.0.0"
17SRCREV = "37d02f4dcbbe6677dc9f5fc17f386c05d6a7bd7a" 17SRCREV = "dfaf2136deb2af2e60b994421281ba42f1c087e0"
18 18
19# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 19# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
20# required by kernel-yocto.bbclass. 20# required by kernel-yocto.bbclass.
21# 21#
22# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 22# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
23# should be updated once patchlevel is merged. 23# should be updated once patchlevel is merged.
24LINUX_VERSION = "6.12.3" 24LINUX_VERSION = "6.12.20"
25 25
26KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" 26KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
27KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" 27KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"