meta-freescale/recipes-kernel/linux/linux-imx_6.12.bb
Jun Zhu de533b156f linux-imx: Update from 6.12.3 to 6.12.20
Signed-off-by: Jun Zhu <junzhu@nxp.com>
2025-08-13 10:37:46 +08:00

34 lines
1.1 KiB
BlitzBasic

# Copyright 2013-2016 (C) Freescale Semiconductor
# Copyright 2017-2025 (C) NXP
# Copyright 2018 (C) O.S. Systems Software LTDA.
# Released under the MIT license (see COPYING.MIT for the terms)
#
# SPDX-License-Identifier: MIT
#
SUMMARY = "Linux Kernel provided and supported by NXP"
DESCRIPTION = "Linux Kernel provided and supported by NXP with focus on \
i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU and IPU."
require recipes-kernel/linux/linux-imx.inc
SRCBRANCH = "lf-6.12.y"
LOCALVERSION = "-6.12.20-2.0.0"
SRCREV = "dfaf2136deb2af2e60b994421281ba42f1c087e0"
# 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 = "6.12.20"
KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"
KBUILD_DEFCONFIG:mx8-generic-bsp = "imx_v8_defconfig"
KBUILD_DEFCONFIG:mx9-generic-bsp = "imx_v8_defconfig"
DEFAULT_PREFERENCE = "1"
COMPATIBLE_MACHINE = "(imx-nxp-bsp)"