summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_5.15.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-fslc-imx_5.15.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb34
1 files changed, 8 insertions, 26 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index 336cf1c7..7f51b4ab 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
@@ -28,36 +28,18 @@ 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.48 31# tag: v5.15.50
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.5-1.0.0 36# tag: lf-5.15.32-2.0.0
37# 37#
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# bc2e851e616a Revert "clk: imx: off by one in imx_lpcg_parse_clks_from_dt()"
42# 78a61d752a68 ("staging: fsl_ppfe: reduce MAC address filtering loglevel to debug") 42# 27d3c1285087 Revert "drm/bridge: Add missing pm_runtime_put_sync"
43# 119775ff0b40 ("staging: fsl_ppfe: assign correct OF nodes to individual ports")
44# f696b8a03198 ("staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link")
45# 069a8e1cde93 ("PCI: dwc: PCI_IMX6 must depend on PCIE_DW")
46# ea15f0d0fd08 ("usb: chipidea: fix missing chipidea.h include")
47# a30d0e4c26da ("ARM: imx: select MAILBOX with IMX_MBOX")
48# 162f5592d475 ("gpu: drm: allow enabling DRM_IMX on Layerscape SoCs")
49# af7065ca8e07 ("ARM: dts: imx7s: revert LCDIF AXI clock to IMX7D_LCDIF_PIXEL_ROOT_CLK")
50# df227a18343f ("ARM: imx: add missing debug_ll_io_init to i.MX6UL map_io")
51# c874471ab39e ("i2c: imx: remove unneeded libata include")
52# 651e1f69ef7b ("i2c: imx: fix lockdep issue")
53# bee6315aac16 ("i2c: imx: avoid taking clk_prepare mutex in PM callbacks (again)")
54# 6a8f8108c8ce ("arch/arm64/boot/dts/freescale: fix file permissions on dts files")
55# 11f0faaa75ec ("irq-imx-irqsteer: fix compile error if CONFIG_PM_SLEEP is not set")
56# d17efc542bf0 ("arm: imx: include i.MX6SX DDR freq implementation for i.MX6UL")
57# d99fa7fc4edc ("arm: imx: do not include smp_wfe_imx6.S for i.MX6SX")
58# a5a2dd0a75fc ("arm: imx: enable HAVE_IMX_BUSFREQ for i.MX6")
59# f40d20ee44da ("arm: imx: do not build busfreq without HAVE_IMX_BUSFREQ")
60# 96bb4e4ffa01 ("ARM: dts: imx7s: fix ARM timer definition")
61# 43#
62# NOTE to upgraders: 44# NOTE to upgraders:
63# This recipe should NOT collect individual patches, they should be applied to 45# This recipe should NOT collect individual patches, they should be applied to
@@ -70,18 +52,18 @@ include linux-fslc.inc
70LICENSE = "GPL-2.0-only" 52LICENSE = "GPL-2.0-only"
71LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 53LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
72 54
73KBRANCH = "5.15-1.0.x-imx" 55KBRANCH = "5.15-2.0.x-imx"
74SRCREV = "b6597629c15cf4fc99dbcdaa079cb1b4c3e92f2e" 56SRCREV = "f4007cadaec7cab415010a8ef0f408183c9804bb"
75 57
76# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 58# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
77# required by kernel-yocto.bbclass. 59# required by kernel-yocto.bbclass.
78# 60#
79# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 61# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
80# should be updated once patchlevel is merged. 62# should be updated once patchlevel is merged.
81LINUX_VERSION = "5.15.48" 63LINUX_VERSION = "5.15.50"
82 64
83# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 65# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
84LOCALVERSION = "-5.15.5-1.0.0" 66LOCALVERSION = "-5.15.50-2.0.0"
85 67
86DEFAULT_PREFERENCE = "1" 68DEFAULT_PREFERENCE = "1"
87 69