summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-09-15 06:24:59 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-15 09:17:52 -0300
commit80d340b38bb35c0e11a3980f3ee244394eea35a8 (patch)
tree37ef339587e3f5edcf650d0fbd7e2e7342f48f3b
parent9c6a94eb6afaa73be542245dcc87eb030df705d6 (diff)
downloadmeta-freescale-80d340b38bb35c0e11a3980f3ee244394eea35a8.tar.gz
linux-fslc-imx: update to v5.4.65 + fix fbdev build
Kernel repository has been upgraded upto and including v5.4.65 tag from korg. Tracking information is updated with the new stable tag. This revision also contains following patch to address build issues related to changes in upstream: - bffbf24c88a7 fbdev: fix fbinfo flag dropped upstream Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com> Cc: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit 04486a142364e8e31f7526cba1c647f41f912148)
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.4.bb7
1 files changed, 4 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 b51366d9..3fc60865 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.64 31# tag: v5.4.65
32# 32#
33# ------------------------------------------------------------------------------ 33# ------------------------------------------------------------------------------
34# 2. NXP-specific (tag or SHA(s)) 34# 2. NXP-specific (tag or SHA(s))
@@ -44,6 +44,7 @@ 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# bffbf24c88a7 fbdev: fix fbinfo flag dropped upstream
47# fd34d250e9a5 arm64: dts: imx8m: change ocotp node name on i.MX8M SoCs 48# 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# 4e0a3bc7b1af arm64: dts: imx8mn: Use "fsl,imx8mm-ocotp" as ocotp's fallback compatible
49# 66af62de926c arm64: dts: imx8mm: Remove incorrect fallback compatible for ocotp 50# 66af62de926c arm64: dts: imx8mm: Remove incorrect fallback compatible for ocotp
@@ -78,14 +79,14 @@ LICENSE = "GPLv2"
78LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" 79LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
79 80
80SRCBRANCH = "5.4-1.0.0-imx" 81SRCBRANCH = "5.4-1.0.0-imx"
81SRCREV = "8fad04b9ebd8ba2a776b657c37df81b5c803ee64" 82SRCREV = "a5efa25ffaf3e3efd1aa41a5aca9ae8b7ac125bd"
82 83
83# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 84# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
84# required by kernel-yocto.bbclass. 85# required by kernel-yocto.bbclass.
85# 86#
86# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 87# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
87# should be updated once patchlevel is merged. 88# should be updated once patchlevel is merged.
88LINUX_VERSION = "5.4.64" 89LINUX_VERSION = "5.4.65"
89 90
90# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 91# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
91LOCALVERSION = "-lf-5.4.y" 92LOCALVERSION = "-lf-5.4.y"