summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-10-19 09:31:45 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2021-10-19 09:33:58 +0000
commit69391e0b0737649aa8570dc83aa3a84c6810aa1a (patch)
tree4e57cf01ddbb6edda7be9a7c4fb707b41d201d3b
parenta7aed0bb6e764de4e5c66e09bf05232e4144f5b0 (diff)
downloadmeta-freescale-69391e0b0737649aa8570dc83aa3a84c6810aa1a.tar.gz
linux-fslc-imx: pick linux-fslc pr #464
Following upstream commits are included in this version: ---- 351c82388784 arch/arm64/boot/dts/freescale: fix file permissions on dts files ---- Link: https://github.com/Freescale/linux-fslc/pull/464 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.10.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.10.bb b/recipes-kernel/linux/linux-fslc-imx_5.10.bb
index e46d285b..e1c27141 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.10.bb
@@ -38,6 +38,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
38# ------------------------------------------------------------------------------ 38# ------------------------------------------------------------------------------
39# 3. Critical patches (SHA(s)) 39# 3. Critical patches (SHA(s))
40# ------------------------------------------------------------------------------ 40# ------------------------------------------------------------------------------
41# 351c82388784 ("arch/arm64/boot/dts/freescale: fix file permissions on dts files")
41# fb3e7593ee84 ("irq-imx-irqsteer: fix compile error if CONFIG_PM_SLEEP is not set") 42# fb3e7593ee84 ("irq-imx-irqsteer: fix compile error if CONFIG_PM_SLEEP is not set")
42# 96613ac4e960 ("arm: imx: include i.MX6SX DDR freq implementation for i.MX6UL") 43# 96613ac4e960 ("arm: imx: include i.MX6SX DDR freq implementation for i.MX6UL")
43# 36fea22d04f4 ("arm: imx: do not include smp_wfe_imx6.S for i.MX6SX") 44# 36fea22d04f4 ("arm: imx: do not include smp_wfe_imx6.S for i.MX6SX")
@@ -56,7 +57,7 @@ LICENSE = "GPLv2"
56LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 57LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
57 58
58KBRANCH = "5.10-2.1.x-imx" 59KBRANCH = "5.10-2.1.x-imx"
59SRCREV = "94446b0f424a28803fda4bbfbdeda6006143d794" 60SRCREV = "d104abae22e109f942a3bb42ba4460e610c21965"
60 61
61# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 62# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
62# required by kernel-yocto.bbclass. 63# required by kernel-yocto.bbclass.