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

Sean Nyekjaer sean at geanix.com
Mon Apr 29 15:04:36 UTC 2019



On 29/04/2019 16.57, akuster808 wrote:
> 
> 
> On 4/29/19 6:19 AM, Sean Nyekjaer via Openembedded-devel wrote:
>> Tool for sending SocketCAN messages
>> over Ethernet tunnel.
>>
>> Signed-off-by: Sean Nyekjaer <sean at geanix.com>
> 
> Thanks for the patch. One question is what version is this for?
> 
> Version by hash is not optimal. Can you add PV or change the recipe name
> to include the version?
> 
> - armin
Hi Armin

Upstream have not released in 3 years. But new commits are quite useful...
So do you have an idea to what I can add as a PV?

/Sean

>> ---
>>   .../cannelloni/cannelloni_git.bb                  | 15 +++++++++++++++
>>   1 file changed, 15 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..43c04ef34
>> --- /dev/null
>> +++ b/meta-oe/recipes-connectivity/cannelloni/cannelloni_git.bb
>> @@ -0,0 +1,15 @@
>> +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"
>> +
>> +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"
> 



More information about the Openembedded-devel mailing list