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 05c9d465..88f5bf90 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.104 31# tag: v5.10.109
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -74,14 +74,14 @@ LICENSE = "GPL-2.0-only"
74LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 74LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
75 75
76KBRANCH = "5.10-2.1.x-imx" 76KBRANCH = "5.10-2.1.x-imx"
77SRCREV = "3fa9f3a534cf208307b2f0a21ad80b3563cb1bd8" 77SRCREV = "882b6357e0d9303c747ac47dbf1e624a84fcb8dc"
78 78
79# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 79# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
80# required by kernel-yocto.bbclass. 80# required by kernel-yocto.bbclass.
81# 81#
82# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 82# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
83# should be updated once patchlevel is merged. 83# should be updated once patchlevel is merged.
84LINUX_VERSION = "5.10.104" 84LINUX_VERSION = "5.10.109"
85 85
86# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 86# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
87LOCALVERSION = "-5.10.52-2.1.0" 87LOCALVERSION = "-5.10.52-2.1.0"