diff options
author | Sean Nyekjaer <sean@geanix.com> | 2019-04-30 08:08:55 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-03 10:04:45 -0700 |
commit | e8b50ca2f74eabd4879d6de3f910a2166cb8e4ce (patch) | |
tree | f996d1eb25084d5fcafee6b32197d680a0b150d6 | |
parent | 52ab4b5323fb6b483f327fdf5d118e23d8ca3574 (diff) | |
download | meta-openembedded-e8b50ca2f74eabd4879d6de3f910a2166cb8e4ce.tar.gz |
cannelloni: new package, CAN to ethernet proxy
Tool for sending SocketCAN messages
over Ethernet tunnel.
Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb b/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb new file mode 100644 index 0000000000..df75e6342e --- /dev/null +++ b/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "a SocketCAN over Ethernet tunnel" | ||
2 | HOMEPAGE = "https://github.com/mguentner/cannelloni" | ||
3 | LICENSE = "GPLv2" | ||
4 | |||
5 | SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https" | ||
6 | SRCREV = "44080bb021d1a143e6906f2ec4610513c4e1cece" | ||
7 | |||
8 | PV = "20160414+${SRCPV}" | ||
9 | |||
10 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
11 | |||
12 | inherit cmake | ||
13 | |||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | PACKAGECONFIG ??= "lksctp-tools" | ||
17 | PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools" | ||