From 31f3a5659145c9edb64ec71503a9fd639a5b170e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 1 Apr 2020 12:51:11 -0400 Subject: meta-agl-{bsp,distro}: update kernel configuration for dunfell Changes: - Rework CAN qdisc patch application, as it is not required for 5.4 or newer kernels, this includes adding a linux-agl-4.19.inc for BSPs using 4.19. - Remove linux-agl-4.9.inc and associated patches, as no BSP uses 4.9 at this point. - Remove PREFERRED_VERSION_linux-yocto from poky-agl.conf so the default 5.4 linux-yocto kernel will be picked up. Bug-AGL: SPEC-3302 Signed-off-by: Scott Murray Change-Id: I9c0eb431661641bd17320a00cdf1ed4e717a9754 --- meta-agl-bsp/recipes-kernel/linux/linux-agl-4.19.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-agl-bsp/recipes-kernel/linux/linux-agl-4.19.inc (limited to 'meta-agl-bsp/recipes-kernel/linux/linux-agl-4.19.inc') diff --git a/meta-agl-bsp/recipes-kernel/linux/linux-agl-4.19.inc b/meta-agl-bsp/recipes-kernel/linux/linux-agl-4.19.inc new file mode 100644 index 000000000..da4e0c067 --- /dev/null +++ b/meta-agl-bsp/recipes-kernel/linux/linux-agl-4.19.inc @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/linux-4.19:" + +SRC_URI_append = "\ + file://net-sch_generic-Use-pfifo_fast-as-fallback-scheduler.patch \ + " -- cgit 1.2.3-korg