From f6e23a3f3a3c4c54022e4d4d47324219beb37527 Mon Sep 17 00:00:00 2001 From: Luan Rafael Carneiro Date: Fri, 12 Apr 2024 16:58:55 -0300 Subject: linux-imx: Bump from v6.1.55-2.2.0 to v6.6.3-1.0.0 Signed-off-by: Luan Rafael Carneiro --- recipes-kernel/linux/linux-imx_6.1.bb | 35 ----------------------------------- recipes-kernel/linux/linux-imx_6.6.bb | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 35 deletions(-) delete mode 100644 recipes-kernel/linux/linux-imx_6.1.bb create mode 100644 recipes-kernel/linux/linux-imx_6.6.bb (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-imx_6.1.bb b/recipes-kernel/linux/linux-imx_6.1.bb deleted file mode 100644 index 6b93a1d08..000000000 --- a/recipes-kernel/linux/linux-imx_6.1.bb +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2013-2016 (C) Freescale Semiconductor -# Copyright 2017-2023 (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 - -KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE = "1" - -SRCBRANCH = "lf-6.1.y" -LOCALVERSION = "-6.1.55-2.2.0" -SRCREV = "770c5fe2c1d1529fae21b7043911cd50c6cf087e" - -# 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.1.55" - -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)" diff --git a/recipes-kernel/linux/linux-imx_6.6.bb b/recipes-kernel/linux/linux-imx_6.6.bb new file mode 100644 index 000000000..409e1f662 --- /dev/null +++ b/recipes-kernel/linux/linux-imx_6.6.bb @@ -0,0 +1,33 @@ +# Copyright 2013-2016 (C) Freescale Semiconductor +# Copyright 2017-2023 (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.6.y" +LOCALVERSION = "-6.6.3-1.0.0" +SRCREV = "ccf0a99701a701fb48a04e31ffe3f9d585a8374a" + +# 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.6.3" + +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)" -- cgit v1.2.3-54-g00ecf