summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-02-28 07:59:34 -0300
committerGitHub <noreply@github.com>2024-02-28 07:59:34 -0300
commit4999c52f67a82361182973ca99b1b20223b071a7 (patch)
tree5e65d9642bc254f6d82b4058b46899d3d259003b
parent710e55d529c86d15a93c4421365ef62eb601a49b (diff)
parente3b51c04624c8275f6ba169b8d3ed2113916fb54 (diff)
downloadmeta-freescale-4999c52f67a82361182973ca99b1b20223b071a7.tar.gz
Merge pull request #1758 from DominikPoggel/kirkstone
linux-fslc-imx: update to v5.15.129
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.15.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb
index bddac40c..2503ccc8 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.87 31# tag: v5.15.129
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -51,17 +51,17 @@ LICENSE = "GPL-2.0-only"
51LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 51LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
52 52
53KBRANCH = "5.15-2.2.x-imx" 53KBRANCH = "5.15-2.2.x-imx"
54SRCREV = "0eb4504bd3b8fd125e83ec62da9ba039519f96c8" 54SRCREV = "3a95b5654979d1c2d61616bf60249ed3a98dcfbc"
55 55
56# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 56# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
57# required by kernel-yocto.bbclass. 57# required by kernel-yocto.bbclass.
58# 58#
59# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 59# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
60# should be updated once patchlevel is merged. 60# should be updated once patchlevel is merged.
61LINUX_VERSION = "5.15.87" 61LINUX_VERSION = "5.15.129"
62 62
63# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 63# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
64LOCALVERSION = "-5.15.87-2.2.0" 64LOCALVERSION = "-5.15.129-2.2.0"
65 65
66DEFAULT_PREFERENCE = "1" 66DEFAULT_PREFERENCE = "1"
67 67