Update to SPDX license names
[AGL/meta-agl-demo.git] / recipes-kernel / sllin / sllin.bb
index cc72b30..2accf40 100644 (file)
@@ -1,12 +1,12 @@
 DESCRIPTION = "slLIN driver module"
-LICENSE = "GPLv2"
+LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://sllin.c;beginline=7;endline=37;md5=6408e14dba951f8cbe3c2a003a0d89d2"
 
 inherit module systemd
 
 DEPENDS = "virtual/kernel"
 
-SRC_URI = "git://github.com/trainman419/linux-lin.git;protocol=https"
+SRC_URI = "git://github.com/trainman419/linux-lin.git;protocol=https;branch=master"
 SRCREV = "155d885e8ccc907a56f6c86c4b159fac27ef6fec"
 S = "${WORKDIR}/git/sllin"
 
@@ -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 \