Merge pull request #2308 from Freescale/bump-linux-recipes
Some checks failed
Update LICENSE file / update-license (push) Has been cancelled

Bump linux recipes
This commit is contained in:
Otavio Salvador 2025-06-26 16:14:25 -03:00 committed by GitHub
commit 4273bade19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 11 deletions

View File

@ -42,7 +42,10 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
# conflicts, prioritizing NXP BSP source code as the latest vendor updates.
# Additional commits may exist to better acommodate yocto builds.
#
# $ git log --oneline --no-merges v6.12.3.. ^mainline/linux-6.12.y ^NXP/lf-6.12.y
# $ git log --oneline --no-merges v6.12.34.. ^mainline/linux-6.12.y ^NXP/lf-6.12.y
# - 8d94e52076a1 Revert "firmware: arm_scmi: Fix i.MX build dependency"
# - adefe4ecd9c6 Revert "PCI: imx6: Fix suspend/resume support on i.MX6QDL"
# - 2837cecae149 imx8mp-olimex.dts: CSI GPIO pins
# - 29efe53139ac hwrng: optee: support generic crypto
# - 7f80ce9b7c82 arm64: dts: imx8mq: drop cpu-idle-states
# - 5e3b6ecf85c4 of: enable using OF_DYNAMIC without OF_UNITTEST
@ -68,14 +71,14 @@ require linux-imx.inc
KBRANCH = "6.12-1.0.x-imx"
SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
SRCREV = "29efe53139acb64d96bfcc119cd10d10c552801b"
SRCREV = "c63da44a120c9ad720877a74f0c94e2d9b08cab1"
# 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.3"
LINUX_VERSION = "6.12.34"
KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"

View File

@ -21,10 +21,10 @@ SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=
#
# 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.72"
LINUX_VERSION = "6.1.111"
KBRANCH = "6.1.x+fslc"
SRCREV = "b80c9dede70132da3ae7feb949fe0803aad3db24"
SRCREV = "195925841506cd58552d73ebabadd08d6016e4c6"
KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"

View File

@ -19,10 +19,10 @@ SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=
#
# 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.50"
LINUX_VERSION = "6.6.52"
KBRANCH = "6.6.x+fslc"
SRCREV = "2473dfed9007471b503efe1f7de74d63eaf4c699"
SRCREV = "3768fbd9dd8e0da9e7a24366b6a65a7f8ca25986"
KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig"

View File

@ -24,12 +24,12 @@ DEPENDS += " \
# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
# should be updated once patchlevel is merged.
#
# Linux kernel stable 6.12.28 changelog:
# https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.28
LINUX_VERSION = "6.12.28"
# Linux kernel stable 6.12.34 changelog:
# https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.34
LINUX_VERSION = "6.12.34"
KBRANCH = "6.12.x+fslc"
SRCREV = "7a7717289cd3915e484b02c02557de380352b030"
SRCREV = "e92f5b7050c74e8052f071fd2f1d233d9a4b2f30"
KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig"