summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-04-24 11:16:17 -0300
committerGitHub <noreply@github.com>2024-04-24 11:16:17 -0300
commit73a86058f0d44494dd0b17ee6dfbc4a5fb003fa8 (patch)
tree885f816a92852baf5e66e8a19e7251b5bb2aa9c5
parent3edd8aa034f5790cf3d78a349fbb127200a58b13 (diff)
parentb2220e3f1de397dac7a61a64faddaf13fcb02242 (diff)
downloadmeta-freescale-kirkstone.tar.gz
Merge pull request #1800 from linkjumper/linux-fslc-imx_v5.15.156kirkstone
linux-fslc-imx: Bump to v5.15.156
-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 8ce97866..5e90ee63 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.148 31# tag: v5.15.156
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 = "d761b18f6bc83bce94251467e3c0974243318456" 54SRCREV = "ebcdbe7ec49f9c3405ee4b89e7ec279e313026f3"
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.148" 61LINUX_VERSION = "5.15.156"
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.148-2.2.0" 64LOCALVERSION = "-5.15.156-2.2.0"
65 65
66DEFAULT_PREFERENCE = "1" 66DEFAULT_PREFERENCE = "1"
67 67