From 52dee07d74dba77e32b8728a5fdecf36e8fc6bc7 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 1 Sep 2021 09:24:24 -0400 Subject: sllin: add patches for newer kernels Add patches to enable building the sllin driver against kernels 5.13 and 5.14, or newer. Bug-AGL: SPEC-3819 Signed-off-by: Scott Murray Change-Id: If48df12b0303556c5a74108d9247d5233d7bf5e5 --- recipes-kernel/sllin/sllin.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-kernel/sllin/sllin.bb') diff --git a/recipes-kernel/sllin/sllin.bb b/recipes-kernel/sllin/sllin.bb index 70d1a931..a64b0f91 100644 --- a/recipes-kernel/sllin/sllin.bb +++ b/recipes-kernel/sllin/sllin.bb @@ -18,6 +18,8 @@ SRC_URI:append = " \ file://0003-Allow-recent-kernels-newer-4.11.x-to-build.patch;pnum=2 \ file://0001-Disable-sllin-driver-debug-log.patch;pnum=2 \ file://0004-Fix-build-with-5.9-kernel.patch;pnum=2 \ + file://0005-Fix-build-with-5.13-kernel.patch;pnum=2 \ + file://0006-Fix-build-with-5.14-kernel.patch;pnum=2 \ file://sllin-demo.service \ file://start_lin_demo.sh \ file://lin_config.conf \ -- cgit 1.2.3-korg