[oe-commits] [meta-openembedded] 42/84: can-isotp: add recipe

git at git.openembedded.org git at git.openembedded.org
Wed Nov 15 17:36:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 86d78b7254350144b8390e83add98435508f97b8
Author: Andrea Galbusera <gizero at gmail.com>
AuthorDate: Mon Oct 30 23:03:48 2017 +0100

    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 at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-extended/socketcan/can-isotp_git.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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 0000000..3c019eb
--- /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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list