summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_5.4.bb
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>2020-05-07 17:31:47 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-05-07 20:27:10 -0300
commitb8f6e8b738c00009bbea4d3b49410c85109dff64 (patch)
tree0f56392380fafba565005228e8b1216c4f19baa7 /recipes-kernel/linux/linux-fslc-imx_5.4.bb
parente21aa144b289d4aa60518e405ec7949b471c104b (diff)
downloadmeta-freescale-b8f6e8b738c00009bbea4d3b49410c85109dff64.tar.gz
linux-fslc-imx: upgrade kernel to v5.4.39 and latest NXP patches
- Kernel repository has been upgraded to the v5.4.39 tag from korg - 8 additional patches from NXP kernel tree merged Update recipe to new kernel revision and fill in tracking information, including new tag from korg and all patches applied from NXP. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
Diffstat (limited to 'recipes-kernel/linux/linux-fslc-imx_5.4.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb12
1 files changed, 9 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 62428a61..8ca61257 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.4.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.4.bb
@@ -28,12 +28,18 @@ 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.38 31# tag: v5.4.39
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
35# ------------------------------------------------------------------------------ 35# ------------------------------------------------------------------------------
36# tag: lf-5.4.y-1.0.0 36# tag: lf-5.4.y-1.0.0
37# 40fe6bd54230 MLK-23844-2 ARM64: dts: freescale: imx8mm: correct VDDARM@1.6GHz
38# aec0c14ae61d MLK-23844-1: ARM64: dts: freescale: imx8mn-ddr4-evk: cleanup Rhom pmic
39# e8e35fd0e759 MLK-23275-2: ARM64: dts: freescale: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage
40# 975d8ab07267 MLK-23275-1: ARM64: dts: freescale: fsl-imx8mm-evk: correct ldo1/ldo2 voltage
41# 4711466d535c MLK-23562: regulator: core: adjust supply voltage in bypass
42# bbbc26a40a9c MLK-13793-6 regulator: anatop: fix min dropout for bypass mode
37# 43#
38# ------------------------------------------------------------------------------ 44# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 45# 3. Critical patches (SHA(s))
@@ -52,14 +58,14 @@ LICENSE = "GPLv2"
52LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 58LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
53 59
54SRCBRANCH = "5.4-1.0.0-imx" 60SRCBRANCH = "5.4-1.0.0-imx"
55SRCREV = "af74f302cf25008aad8170afcfc267b4ed338a7e" 61SRCREV = "e0743cf91d9e44a810e6f86d22db2bfc89e5016d"
56 62
57# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 63# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
58# required by kernel-yocto.bbclass. 64# required by kernel-yocto.bbclass.
59# 65#
60# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 66# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
61# should be updated once patchlevel is merged. 67# should be updated once patchlevel is merged.
62LINUX_VERSION = "5.4.38" 68LINUX_VERSION = "5.4.39"
63 69
64# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 70# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
65LOCALVERSION = "-lf-5.4.y" 71LOCALVERSION = "-lf-5.4.y"