[oe] [PATCH v2] cannelloni: new package, CAN to ethernet proxy

Sean Nyekjær sean at geanix.com
Fri May 10 16:49:08 UTC 2019



> On 10 May 2019, at 15.08, Nicolas Dechesne <nicolas.dechesne at linaro.org> wrote:
> 
> On Tue, Apr 30, 2019 at 8:09 AM Sean Nyekjaer via Openembedded-devel
> <openembedded-devel at lists.openembedded.org> wrote:
>> 
>> Tool for sending SocketCAN messages
>> over Ethernet tunnel.
>> 
>> Signed-off-by: Sean Nyekjaer <sean at geanix.com>
>> ---
>> Changes in v2:
>> - Added PV
>> 
>> .../cannelloni/cannelloni_git.bb                | 17 +++++++++++++++++
>> 1 file changed, 17 insertions(+)
>> create mode 100644 meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb
>> 
>> 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 000000000..df75e6342
>> --- /dev/null
>> +++ b/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb
>> @@ -0,0 +1,17 @@
>> +SUMMARY = "a SocketCAN over Ethernet tunnel"
>> +HOMEPAGE = "https://github.com/mguentner/cannelloni"
>> +LICENSE = "GPLv2"
>> +
>> +SRC_URI = "git://github.com/mguentner/cannelloni.git;protocol=https"
>> +SRCREV = "44080bb021d1a143e6906f2ec4610513c4e1cece"
>> +
>> +PV = "20160414+${SRCPV}"
>> +
>> +LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>> +
>> +inherit cmake
>> +
>> +S = "${WORKDIR}/git"
>> +
>> +PACKAGECONFIG ??= "lksctp-tools"
>> +PACKAGECONFIG[lksctp-tools] = "-DSCTP_SUPPORT=true, -DSCTP_SUPPORT=false, lksctp-tools"
> 
> lksctp-tools recipe is in meta-networking, so we've added an implicit
> dependency on meta-networking by taking this patch. should we disable
> lksctp-tools support by default?
I completely missed that. :-D
It seems to be the correct solution, to disable it by default...
Will you send a patch?

/Sean
> 
>> --
>> 2.21.0
>> 
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel at lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list