summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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