summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb8
-rw-r--r--recipes-kernel/linux/linux-fslc-lts_5.15.bb4
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index 25608c83..933b7b1b 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.60 31# tag: v5.15.86
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -65,17 +65,17 @@ LICENSE = "GPL-2.0-only"
65LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 65LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
66 66
67KBRANCH = "5.15-2.1.x-imx" 67KBRANCH = "5.15-2.1.x-imx"
68SRCREV = "9dcc132b0caa04022a9adbb76510258684fbfef7" 68SRCREV = "7f663d3247e310835206336a4d1f49659094ef3f"
69 69
70# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 70# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
71# required by kernel-yocto.bbclass. 71# required by kernel-yocto.bbclass.
72# 72#
73# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 73# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
74# should be updated once patchlevel is merged. 74# should be updated once patchlevel is merged.
75LINUX_VERSION = "5.15.77" 75LINUX_VERSION = "5.15.86"
76 76
77# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 77# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
78LOCALVERSION = "-5.15.77-2.1.0" 78LOCALVERSION = "-5.15.86-2.1.0"
79 79
80DEFAULT_PREFERENCE = "1" 80DEFAULT_PREFERENCE = "1"
81 81
diff --git a/recipes-kernel/linux/linux-fslc-lts_5.15.bb b/recipes-kernel/linux/linux-fslc-lts_5.15.bb
index cd94180b..9b0afbd9 100644
--- a/recipes-kernel/linux/linux-fslc-lts_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-lts_5.15.bb
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
19# 19#
20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
21# should be updated once patchlevel is merged. 21# should be updated once patchlevel is merged.
22LINUX_VERSION = "5.15.78" 22LINUX_VERSION = "5.15.86"
23 23
24KBRANCH = "5.15.x+fslc" 24KBRANCH = "5.15.x+fslc"
25SRCREV = "97c2965ca43009d0850d25e38488db06d8620aec" 25SRCREV = "a86fe5cb4fe96228e358108d0ed91d2c49bce097"
26 26
27COMPATIBLE_MACHINE = "(imx-generic-bsp)" 27COMPATIBLE_MACHINE = "(imx-generic-bsp)"