summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.10.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.10.bb b/recipes-kernel/linux/linux-fslc-imx_5.10.bb
index 4d39cd3b..3991f22f 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.10.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.10.76 31# tag: v5.10.78
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -69,14 +69,14 @@ LICENSE = "GPLv2"
69LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 69LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
70 70
71KBRANCH = "5.10-2.1.x-imx" 71KBRANCH = "5.10-2.1.x-imx"
72SRCREV = "75eab1d328d473c7078d78e269160acb2090efbe" 72SRCREV = "3b81a70be1099d44fdafaa6766bf75a2bd9e297e"
73 73
74# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 74# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
75# required by kernel-yocto.bbclass. 75# required by kernel-yocto.bbclass.
76# 76#
77# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 77# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
78# should be updated once patchlevel is merged. 78# should be updated once patchlevel is merged.
79LINUX_VERSION = "5.10.76" 79LINUX_VERSION = "5.10.78"
80 80
81# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 81# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
82LOCALVERSION = "-5.10.52-2.1.0" 82LOCALVERSION = "-5.10.52-2.1.0"