summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2022-08-17 16:31:23 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-08-18 20:34:16 +0000
commit0f59368d867ed8bb4e127d37612035a0893808f3 (patch)
tree022929b35a2243e3991b2223c0cab03ee98d1351
parent876709173c3d6d758f3ff6954117297aedf66d31 (diff)
downloadmeta-freescale-0f59368d867ed8bb4e127d37612035a0893808f3.tar.gz
linux-fslc-imx: update to v5.15.60
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io> (cherry picked from commit 405d9b04924732b4acc3f00f52c74a01f063b299)
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb11
1 files changed, 8 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 7f51b4ab..19626ccf 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
@@ -38,6 +38,11 @@ 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# fec_uio: fix implicit declaration
42# e8093f50522f cert host tools: Stop complaining about deprecated OpenSSL functions
43# 49c2d3b7964d gpio: fix enabling GPIO_VF610
44# c04a396fcbf7 ARM: mach-imx: conditionally disable some functions from busfreq-imx
45# 166a38557bf9 drm: bridge: it6161: add missing gpio consumer header
41# bc2e851e616a Revert "clk: imx: off by one in imx_lpcg_parse_clks_from_dt()" 46# bc2e851e616a Revert "clk: imx: off by one in imx_lpcg_parse_clks_from_dt()"
42# 27d3c1285087 Revert "drm/bridge: Add missing pm_runtime_put_sync" 47# 27d3c1285087 Revert "drm/bridge: Add missing pm_runtime_put_sync"
43# 48#
@@ -53,17 +58,17 @@ LICENSE = "GPL-2.0-only"
53LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 58LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
54 59
55KBRANCH = "5.15-2.0.x-imx" 60KBRANCH = "5.15-2.0.x-imx"
56SRCREV = "f4007cadaec7cab415010a8ef0f408183c9804bb" 61SRCREV = "d818413e4d7901cb8a00a631a389326e2c93ae41"
57 62
58# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 63# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
59# required by kernel-yocto.bbclass. 64# required by kernel-yocto.bbclass.
60# 65#
61# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 66# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
62# should be updated once patchlevel is merged. 67# should be updated once patchlevel is merged.
63LINUX_VERSION = "5.15.50" 68LINUX_VERSION = "5.15.60"
64 69
65# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 70# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
66LOCALVERSION = "-5.15.50-2.0.0" 71LOCALVERSION = "-5.15.60-2.0.0"
67 72
68DEFAULT_PREFERENCE = "1" 73DEFAULT_PREFERENCE = "1"
69 74