summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/cannelloni/cannelloni_git.bb
diff options
context:
space:
mode:
authorThomas Walzer <Thomas.Walzer@Reutlingen-University.DE>2020-12-02 16:14:35 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-12-07 15:46:24 +0000
commit26888e90e4e06976914992dad86e79f873c03458 (patch)
tree0d8b1ae5a33eba232a8ddcc4d8648ff429581745 /recipes-connectivity/cannelloni/cannelloni_git.bb
parent44281f9eab8ef44b79b4d1e4a3e2770d8a67b53c (diff)
Adding the cannelloni tool for can over ethernet to agl-demo
It could be used via cli cannelloni Bug-AGL: [SPEC-3698] Signed-off-by: Thomas Walzer <Thomas.Walzer@Reutlingen-University.DE> Change-Id: Id07dcaf440a5b205da3ab120f4744866c4ff36de
Diffstat (limited to 'recipes-connectivity/cannelloni/cannelloni_git.bb')
-rw-r--r--recipes-connectivity/cannelloni/cannelloni_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-connectivity/cannelloni/cannelloni_git.bb b/recipes-connectivity/cannelloni/cannelloni_git.bb
new file mode 100644
index 00000000..507dbf03
--- /dev/null
+++ b/recipes-connectivity/cannelloni/cannelloni_git.bb
@@ -0,0 +1,15 @@
+SUMMARY = "A SocketCAN over Ethernet tunnel"
+HOMEPAGE = "https://github.com/mguentner/cannelloni"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https \
+ file://0001-Fix-compilation-on-latest-gcc-versions.patch \
+ "
+
+PV = "1.0.0+git${SRCPV}"
+SRCREV = "aa0f0ecba2b8be0ea7ddd9952e719449a75330ec"
+
+S = "${WORKDIR}/git"
+
+inherit cmake