summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-03-16 17:56:00 -0300
committerGitHub <noreply@github.com>2026-03-16 17:56:00 -0300
commit1d67034bd8a893a1c0ad3e73cba54458b0e4f793 (patch)
tree2c0aa6abb5f5d1f6ba34659a094f9e81614a8566
parent7286bef07802fc493894c5917a315d53c8fe2191 (diff)
parentbd2350a4d5b872654dd2f6f41de6d834360ee983 (diff)
downloadmeta-freescale-1d67034bd8a893a1c0ad3e73cba54458b0e4f793.tar.gz
Merge pull request #2467 from MaxKrummenacher/kirkstone
linux-fslc-imx: Bump to v5.15.201
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index cea0a2e00..12ee4bb56 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
@@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
28# ------------------------------------------------------------------------------ 28# ------------------------------------------------------------------------------
29# 1. Stable (tag or SHA(s)) 29# 1. Stable (tag or SHA(s))
30# ------------------------------------------------------------------------------ 30# ------------------------------------------------------------------------------
31# tag: v5.15.157 31# tag: v5.15.201
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -51,17 +51,17 @@ LICENSE = "GPL-2.0-only"
51LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 51LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
52 52
53KBRANCH = "5.15-2.2.x-imx" 53KBRANCH = "5.15-2.2.x-imx"
54SRCREV = "5134e031114e613cb04858e248af5e65fe1e112f" 54SRCREV = "5f2b61f91866c72e259bb164f7d0553908586ac1"
55 55
56# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 56# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
57# required by kernel-yocto.bbclass. 57# required by kernel-yocto.bbclass.
58# 58#
59# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 59# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
60# should be updated once patchlevel is merged. 60# should be updated once patchlevel is merged.
61LINUX_VERSION = "5.15.157" 61LINUX_VERSION = "5.15.201"
62 62
63# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 63# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
64LOCALVERSION = "-5.15.157-2.2.0" 64LOCALVERSION = "-5.15.201-2.2.0"
65 65
66DEFAULT_PREFERENCE = "1" 66DEFAULT_PREFERENCE = "1"
67 67