summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-09-10 21:36:14 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-15 09:17:22 -0300
commit48de7408dc34be1620168e4851b466ae41981967 (patch)
treeb6bf76027828a219aec2d1f969e89ac02277b625
parent84a1b6e7156e3af8943e426c86f8d223ee9f6704 (diff)
downloadmeta-freescale-48de7408dc34be1620168e4851b466ae41981967.tar.gz
linux-fslc-imx: update to v5.4.64
Kernel repository has been upgraded up to and including v5.4.64 from stable korg. Tracking information is updated with the new stable tag. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> (cherry picked from commit b3d9deb7c5bffaa74038a0e3a95e257167e541ad)
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.4.bb b/recipes-kernel/linux/linux-fslc-imx_5.4.bb
index a6c6992c..b51366d9 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.4.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.4.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.4.62 31# tag: v5.4.64
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -78,14 +78,14 @@ LICENSE = "GPLv2"
78LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 78LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
79 79
80SRCBRANCH = "5.4-1.0.0-imx" 80SRCBRANCH = "5.4-1.0.0-imx"
81SRCREV = "530e2b37943dfbd5044e37c963b67946834c4973" 81SRCREV = "8fad04b9ebd8ba2a776b657c37df81b5c803ee64"
82 82
83# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 83# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
84# required by kernel-yocto.bbclass. 84# required by kernel-yocto.bbclass.
85# 85#
86# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 86# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
87# should be updated once patchlevel is merged. 87# should be updated once patchlevel is merged.
88LINUX_VERSION = "5.4.62" 88LINUX_VERSION = "5.4.64"
89 89
90# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 90# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
91LOCALVERSION = "-lf-5.4.y" 91LOCALVERSION = "-lf-5.4.y"