mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
5a14546439
Linux Kernel Module for ISO 15765-2:2016 CAN transport protocol. CAN Transport Protocol offers support for segmented Point-to-Point communication between CAN nodes via two defined CAN Identifiers. This protocol driver implements data transfers according to ISO 15765-2. This recipe provides can-isotp.ko kernel module. Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
13 lines
323 B
BlitzBasic
13 lines
323 B
BlitzBasic
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=72d977d697c3c05830fdff00a7448931"
|
|
SRCREV = "d1248b0f22ea8dc3b9d84a61bd35a83309bdb4b4"
|
|
PV = "1.0+git${SRCPV}"
|
|
|
|
SRC_URI = "git://github.com/hartkopp/can-isotp.git;protocol=https"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit module
|
|
|
|
EXTRA_OEMAKE += "KERNELDIR=${STAGING_KERNEL_DIR}"
|