blob: e40e1cd2637bdc9121c9bf90947b8eea3f7adeb5 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931"
Brad Bishop0f291cc2019-09-01 15:16:57 -04003SRCREV = "b31bce98d65f894aad6427bcf6f3f7822e261a59"
Brad Bishop316dfdd2018-06-25 12:45:53 -04004PV = "1.0+git${SRCPV}"
5
6SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https"
7
8S = "${WORKDIR}/git"
9
10inherit module
11
12EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
Brad Bishopc1d34332019-09-09 14:56:00 -040013
14PNBLACKLIST[can-isotp] = "Kernel module Needs forward porting to kernel 5.2+"