diff options
author | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-10-19 09:46:55 +0000 |
---|---|---|
committer | Andrey Zhizhikin <andrey.z@gmail.com> | 2021-10-19 09:46:55 +0000 |
commit | fd711ae4add024a83b0696a90f58b3a6f7a5d70d (patch) | |
tree | a8a23dc79fe7f1ba4c52587404ea8ffa89aaaae9 /recipes-kernel | |
parent | b7e7d69e71c8087cfd868eeae4a0269de6026074 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.10.bb | 5 |
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" | |||
66 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 69 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
67 | 70 | ||
68 | KBRANCH = "5.10-2.1.x-imx" | 71 | KBRANCH = "5.10-2.1.x-imx" |
69 | SRCREV = "3485dced8f9c272e44b70c2df74ed58ae8bacac7" | 72 | SRCREV = "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. |