diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2020-03-11 07:29:42 +0200 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-03-18 00:12:23 +0000 |
commit | fbb9935ee800146d931dbdb53a9626e5d90db27c (patch) | |
tree | 8fcadb7e6ff5ab9dca9417ece6930861aaa6b4fa /meta-agl-bsp/recipes-kernel/linux/linux-agl.inc | |
parent | a0a47c959b2392ad31f0b99e8c0f5f1403200a4e (diff) |
linux-agl: add pfifo patchset for fixing CAN failures
Backported upstream patchset to fix CAN failures with SocketCAN
* net: sch_generic: Use pfifo_fast as fallback scheduler for CAN hardware
Additional patchset for 4.14 kernels to bring in needed if_afp.h header
Bug-AGL: SPEC-3171
Change-Id: I1ddb75d1aca64861cfc52f1df4ff810bd0367ab9
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-agl.inc')
-rw-r--r-- | meta-agl-bsp/recipes-kernel/linux/linux-agl.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc index c03c56ea3..74dadf66e 100644 --- a/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc +++ b/meta-agl-bsp/recipes-kernel/linux/linux-agl.inc @@ -2,6 +2,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" DEPENDS += "kern-tools-native" +# canbus qdisc pfifo change +SRC_URI_append = " file://net-sch_generic-Use-pfifo_fast-as-fallback-scheduler.patch" + +# bbe target has this upstream patch already +SRC_URI_remove_bbe = " file://net-sch_generic-Use-pfifo_fast-as-fallback-scheduler.patch" + # returns all the elements from the src uri that are .cfg files def find_cfgs(d): sources=src_patches(d, True) |