aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndrea Galbusera <gizero@gmail.com>2017-10-30 23:03:48 +0100
committerArmin Kuster <akuster808@gmail.com>2017-11-15 16:34:05 -0800
commit5a145464392d49a1cf21f3ecd167a73836fbf55a (patch)
tree786221ad8b6133d6f2d09fc278e57c0cda765685 /meta-oe
parentd6c40bcaef556e3c67c6214d8fb6933ac224e619 (diff)
downloadmeta-openembedded-contrib-5a145464392d49a1cf21f3ecd167a73836fbf55a.tar.gz
can-isotp: add recipe
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/socketcan/can-isotp_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-isotp_git.bb b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
new file mode 100644
index 0000000000..3c019eb7ce
--- /dev/null
+++ b/meta-oe/recipes-extended/socketcan/can-isotp_git.bb
@@ -0,0 +1,12 @@
+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}"