summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index 47ccc40d..336cf1c7 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.47 31# tag: v5.15.48
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -38,6 +38,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
38# ------------------------------------------------------------------------------ 38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 39# 3. Critical patches (SHA(s))
40# ------------------------------------------------------------------------------ 40# ------------------------------------------------------------------------------
41# aa0d6324254a ("ARM: imx_v6/v7: config: remove lzo compression")
41# 78a61d752a68 ("staging: fsl_ppfe: reduce MAC address filtering loglevel to debug") 42# 78a61d752a68 ("staging: fsl_ppfe: reduce MAC address filtering loglevel to debug")
42# 119775ff0b40 ("staging: fsl_ppfe: assign correct OF nodes to individual ports") 43# 119775ff0b40 ("staging: fsl_ppfe: assign correct OF nodes to individual ports")
43# f696b8a03198 ("staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link") 44# f696b8a03198 ("staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link")
@@ -70,14 +71,14 @@ LICENSE = "GPL-2.0-only"
70LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 71LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
71 72
72KBRANCH = "5.15-1.0.x-imx" 73KBRANCH = "5.15-1.0.x-imx"
73SRCREV = "465e31b4ac3bfab2ce870b1df61ae0331ccc79b6" 74SRCREV = "b6597629c15cf4fc99dbcdaa079cb1b4c3e92f2e"
74 75
75# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 76# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
76# required by kernel-yocto.bbclass. 77# required by kernel-yocto.bbclass.
77# 78#
78# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 79# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
79# should be updated once patchlevel is merged. 80# should be updated once patchlevel is merged.
80LINUX_VERSION = "5.15.47" 81LINUX_VERSION = "5.15.48"
81 82
82# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 83# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
83LOCALVERSION = "-5.15.5-1.0.0" 84LOCALVERSION = "-5.15.5-1.0.0"