summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb14
1 files changed, 6 insertions, 8 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index 2db57df4..2c95222a 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
@@ -28,12 +28,12 @@ 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.50 31# tag: v5.15.60
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
35# ------------------------------------------------------------------------------ 35# ------------------------------------------------------------------------------
36# tag: lf-5.15.32-2.0.0 36# tag: lf-5.15.52-2.1.0
37# 37#
38# ------------------------------------------------------------------------------ 38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 39# 3. Critical patches (SHA(s))
@@ -43,8 +43,6 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
43# 49c2d3b7964d gpio: fix enabling GPIO_VF610 43# 49c2d3b7964d gpio: fix enabling GPIO_VF610
44# c04a396fcbf7 ARM: mach-imx: conditionally disable some functions from busfreq-imx 44# c04a396fcbf7 ARM: mach-imx: conditionally disable some functions from busfreq-imx
45# 166a38557bf9 drm: bridge: it6161: add missing gpio consumer header 45# 166a38557bf9 drm: bridge: it6161: add missing gpio consumer header
46# bc2e851e616a Revert "clk: imx: off by one in imx_lpcg_parse_clks_from_dt()"
47# 27d3c1285087 Revert "drm/bridge: Add missing pm_runtime_put_sync"
48# 46#
49# NOTE to upgraders: 47# NOTE to upgraders:
50# This recipe should NOT collect individual patches, they should be applied to 48# This recipe should NOT collect individual patches, they should be applied to
@@ -57,18 +55,18 @@ include linux-fslc.inc
57LICENSE = "GPL-2.0-only" 55LICENSE = "GPL-2.0-only"
58LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 56LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
59 57
60KBRANCH = "5.15-2.0.x-imx" 58KBRANCH = "5.15-2.1.x-imx"
61SRCREV = "845d53f13aac7d712b931a21df53bc8ccb22b31b" 59SRCREV = "e1b43282a845dfb78e115a8e2dc4144ce0d335b5"
62 60
63# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 61# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
64# required by kernel-yocto.bbclass. 62# required by kernel-yocto.bbclass.
65# 63#
66# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 64# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
67# should be updated once patchlevel is merged. 65# should be updated once patchlevel is merged.
68LINUX_VERSION = "5.15.67" 66LINUX_VERSION = "5.15.60"
69 67
70# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 68# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
71LOCALVERSION = "-5.15.60-2.0.0" 69LOCALVERSION = "-5.15.60-2.1.0"
72 70
73DEFAULT_PREFERENCE = "1" 71DEFAULT_PREFERENCE = "1"
74 72