summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-01-10 08:39:54 -0300
committerGitHub <noreply@github.com>2023-01-10 08:39:54 -0300
commit3ed75dc03f775584a91d76f05e2df09f517bf974 (patch)
tree6d0428db14252cda3cdc0fe5e77f045495508dce
parent1cfd9c034ea323f198f1bfadd74f589ffa3cc061 (diff)
parent1dfcea90948b708a46287ec39e38b24a7564ad7c (diff)
downloadmeta-freescale-3ed75dc03f775584a91d76f05e2df09f517bf974.tar.gz
Merge pull request #1378 from Freescale/backport-1376-to-kirkstone
[Backport kirkstone] linux-fslc-imx: update to v5.15.86
-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 25608c83..933b7b1b 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.60 31# tag: v5.15.86
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -65,17 +65,17 @@ LICENSE = "GPL-2.0-only"
65LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 65LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
66 66
67KBRANCH = "5.15-2.1.x-imx" 67KBRANCH = "5.15-2.1.x-imx"
68SRCREV = "9dcc132b0caa04022a9adbb76510258684fbfef7" 68SRCREV = "7f663d3247e310835206336a4d1f49659094ef3f"
69 69
70# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 70# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
71# required by kernel-yocto.bbclass. 71# required by kernel-yocto.bbclass.
72# 72#
73# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 73# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
74# should be updated once patchlevel is merged. 74# should be updated once patchlevel is merged.
75LINUX_VERSION = "5.15.77" 75LINUX_VERSION = "5.15.86"
76 76
77# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 77# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
78LOCALVERSION = "-5.15.77-2.1.0" 78LOCALVERSION = "-5.15.86-2.1.0"
79 79
80DEFAULT_PREFERENCE = "1" 80DEFAULT_PREFERENCE = "1"
81 81