can-isotp_git.bb 403 B

1234567891011121314
  1. LICENSE = "GPLv2"
  2. LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931"
  3. SRCREV = "b31bce98d65f894aad6427bcf6f3f7822e261a59"
  4. PV = "1.0+git${SRCPV}"
  5. SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https"
  6. S = "${WORKDIR}/git"
  7. inherit module
  8. EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
  9. PNBLACKLIST[can-isotp] ?= "Kernel module Needs forward porting to kernel 5.2+"