summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2021-10-19 09:46:55 +0000
committerAndrey Zhizhikin <andrey.z@gmail.com>2021-10-19 09:46:55 +0000
commitfd711ae4add024a83b0696a90f58b3a6f7a5d70d (patch)
treea8a23dc79fe7f1ba4c52587404ea8ffa89aaaae9
parentb7e7d69e71c8087cfd868eeae4a0269de6026074 (diff)
downloadmeta-freescale-fd711ae4add024a83b0696a90f58b3a6f7a5d70d.tar.gz
linux-fslc-imx: pick linux-fslc pr #466
Following upstream commits are included in this version: ---- 8b20421b2b61 staging: fsl_ppfe: reduce MAC address filtering loglevel to debug 16ea8f2ab906 staging: fsl_ppfe: assign correct OF nodes to individual ports 9d0f521803cd staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link ---- Link: https://github.com/Freescale/linux-fslc/pull/466 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_5.10.bb5
1 files changed, 4 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 20263a75..799cf4e5 100644
--- a/recipes-kernel/linux/linux-fslc-imx_5.10.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_5.10.bb
@@ -38,6 +38,9 @@ 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# 8b20421b2b61 ("staging: fsl_ppfe: reduce MAC address filtering loglevel to debug")
42# 16ea8f2ab906 ("staging: fsl_ppfe: assign correct OF nodes to individual ports")
43# 9d0f521803cd ("staging: fsl_ppfe: handle all RGMII modes in pfe_eth_adjust_link")
41# 9d957f4a4a32 ("PCI: dwc: PCI_IMX6 must depend on PCIE_DW") 44# 9d957f4a4a32 ("PCI: dwc: PCI_IMX6 must depend on PCIE_DW")
42# 983b1aa2a2ea ("usb: chipidea: fix missing chipidea.h include") 45# 983b1aa2a2ea ("usb: chipidea: fix missing chipidea.h include")
43# bacde482ab6f ("ARM: imx: select MAILBOX with IMX_MBOX") 46# bacde482ab6f ("ARM: imx: select MAILBOX with IMX_MBOX")
@@ -66,7 +69,7 @@ LICENSE = "GPLv2"
66LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 69LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
67 70
68KBRANCH = "5.10-2.1.x-imx" 71KBRANCH = "5.10-2.1.x-imx"
69SRCREV = "3485dced8f9c272e44b70c2df74ed58ae8bacac7" 72SRCREV = "b0d74a58e223ab3e125a170c48bc1904d5a656ed"
70 73
71# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 74# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
72# required by kernel-yocto.bbclass. 75# required by kernel-yocto.bbclass.