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.bb14
1 files changed, 11 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 2c95222a..2bd16813 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
@@ -43,6 +43,14 @@ 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# 5abdee26320f Revert "ASoC: imx-card: Fix DSD/PDM mclk frequency"
47# 6da679049e7f Revert "LF-5445: media: imx-jpeg: Add pm-sleep support for imx-jpeg"
48# a62c5aa0d000 Revert "media: imx-jpeg: Don't clear stop state in handling dynamic resolution change"
49# b54e0195c2e3 Revert "LF-6878: LF-6654: media: imx-jpeg: Implement g_selection and s_selection"
50# 21f50ad28213 Revert "LF-6493: media: imx-jpeg: Add a timeout mechanism for each frame"
51# 44970f9fbed6 Revert "media: imx-jpeg: Align upwards buffer size"
52# ee7468eafdaa Revert "LF-6878: LF-6658: media: imx-jpeg: Support contiguous and non contiguous format"
53# bb6e70bff1b7 drivers/soc/imx/gpcv2.c: complete patch revert
46# 54#
47# NOTE to upgraders: 55# NOTE to upgraders:
48# This recipe should NOT collect individual patches, they should be applied to 56# This recipe should NOT collect individual patches, they should be applied to
@@ -56,17 +64,17 @@ LICENSE = "GPL-2.0-only"
56LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 64LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
57 65
58KBRANCH = "5.15-2.1.x-imx" 66KBRANCH = "5.15-2.1.x-imx"
59SRCREV = "e1b43282a845dfb78e115a8e2dc4144ce0d335b5" 67SRCREV = "0dbb0e28ad332aa0955b873beb91190ae05ac655"
60 68
61# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 69# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
62# required by kernel-yocto.bbclass. 70# required by kernel-yocto.bbclass.
63# 71#
64# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 72# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
65# should be updated once patchlevel is merged. 73# should be updated once patchlevel is merged.
66LINUX_VERSION = "5.15.60" 74LINUX_VERSION = "5.15.77"
67 75
68# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 76# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
69LOCALVERSION = "-5.15.60-2.1.0" 77LOCALVERSION = "-5.15.77-2.1.0"
70 78
71DEFAULT_PREFERENCE = "1" 79DEFAULT_PREFERENCE = "1"
72 80