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

Khem Raj raj.khem at gmail.com
Fri May 10 16:12:07 UTC 2019



On 5/10/19 6:08 AM, Nicolas Dechesne 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?

Yes it should be disabled by default. But looking again at it, I think 
this recipe is more appropriate for meta-networking to reside in. So
probably just moving the recipe to meta-networking is another solution.

> 
>> --
>> 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