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 66fcbd6b..e46d285b 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.69 31# tag: v5.10.70
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -56,14 +56,14 @@ LICENSE = "GPLv2"
56LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 56LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
57 57
58KBRANCH = "5.10-2.1.x-imx" 58KBRANCH = "5.10-2.1.x-imx"
59SRCREV = "54bd61ba352bffaf33ee2c956f140a565c9e2201" 59SRCREV = "94446b0f424a28803fda4bbfbdeda6006143d794"
60 60
61# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 61# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
62# required by kernel-yocto.bbclass. 62# required by kernel-yocto.bbclass.
63# 63#
64# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 64# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
65# should be updated once patchlevel is merged. 65# should be updated once patchlevel is merged.
66LINUX_VERSION = "5.10.69" 66LINUX_VERSION = "5.10.70"
67 67
68# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 68# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
69LOCALVERSION = "-5.10.52-2.1.0" 69LOCALVERSION = "-5.10.52-2.1.0"