summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-09-05 22:31:07 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-05 19:53:40 -0300
commitb12cd7d9506a2a91b132e507c58c06061d4fddb6 (patch)
tree4d3f1012ccc838afc482732432a0815f1a6bc08a
parent10f3833c3cdba45d9c89bcf093e18791bb037556 (diff)
downloadmeta-freescale-b12cd7d9506a2a91b132e507c58c06061d4fddb6.tar.gz
linux-fslc-imx: update to v5.4.62 + fix soc uuid read
Kernel repository has been upgraded upto and including v5.4.62 tag from korg. Tracking information is updated with the new stable tag. Additional patches were cherry-licked from upstream to resolve UUID read in soc driver for imx8mn due to missing of proper compatible node name. Tracking information containing those cherry-picks is also recorded. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb9
1 files changed, 6 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 0477d74a..a6c6992c 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.61 31# tag: v5.4.62
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -44,6 +44,9 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
44# ------------------------------------------------------------------------------ 44# ------------------------------------------------------------------------------
45# 3. Critical patches (SHA(s)) 45# 3. Critical patches (SHA(s))
46# ------------------------------------------------------------------------------ 46# ------------------------------------------------------------------------------
47# fd34d250e9a5 arm64: dts: imx8m: change ocotp node name on i.MX8M SoCs
48# 4e0a3bc7b1af arm64: dts: imx8mn: Use "fsl,imx8mm-ocotp" as ocotp's fallback compatible
49# 66af62de926c arm64: dts: imx8mm: Remove incorrect fallback compatible for ocotp
47# 19be176e9eed perf cs-etm: Move definition of 'traceid_list' global variable from header file 50# 19be176e9eed perf cs-etm: Move definition of 'traceid_list' global variable from header file
48# d40fb1b86571 libtraceevent: Fix build with binutils 2.35 51# d40fb1b86571 libtraceevent: Fix build with binutils 2.35
49# 0296957500a0 arm: imx: include i.MX6SX DDR freq implementation for i.MX6UL 52# 0296957500a0 arm: imx: include i.MX6SX DDR freq implementation for i.MX6UL
@@ -75,14 +78,14 @@ LICENSE = "GPLv2"
75LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 78LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
76 79
77SRCBRANCH = "5.4-1.0.0-imx" 80SRCBRANCH = "5.4-1.0.0-imx"
78SRCREV = "cd91bed8782ac945568ae453b538a69bfdb0b247" 81SRCREV = "530e2b37943dfbd5044e37c963b67946834c4973"
79 82
80# 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
81# required by kernel-yocto.bbclass. 84# required by kernel-yocto.bbclass.
82# 85#
83# 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
84# should be updated once patchlevel is merged. 87# should be updated once patchlevel is merged.
85LINUX_VERSION = "5.4.61" 88LINUX_VERSION = "5.4.62"
86 89
87# 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.
88LOCALVERSION = "-lf-5.4.y" 91LOCALVERSION = "-lf-5.4.y"