All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cannelloni: new package, CAN to ethernet proxy
@ 2019-04-29 13:19 Sean Nyekjaer
  2019-04-29 14:57 ` akuster808
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Nyekjaer @ 2019-04-29 13:19 UTC (permalink / raw)
  To: openembedded-devel

Tool for sending SocketCAN messages
over Ethernet tunnel.

Signed-off-by: Sean Nyekjaer <sean@geanix.com>
---
 .../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"
-- 
2.21.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] cannelloni: new package, CAN to ethernet proxy
  2019-04-29 13:19 [PATCH] cannelloni: new package, CAN to ethernet proxy Sean Nyekjaer
@ 2019-04-29 14:57 ` akuster808
  2019-04-29 15:04   ` Sean Nyekjaer
  0 siblings, 1 reply; 4+ messages in thread
From: akuster808 @ 2019-04-29 14:57 UTC (permalink / raw)
  To: Sean Nyekjaer, openembedded-devel



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@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
> ---
>  .../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"



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] cannelloni: new package, CAN to ethernet proxy
  2019-04-29 14:57 ` akuster808
@ 2019-04-29 15:04   ` Sean Nyekjaer
  2019-04-29 15:54     ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Sean Nyekjaer @ 2019-04-29 15:04 UTC (permalink / raw)
  To: akuster808, openembedded-devel



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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] cannelloni: new package, CAN to ethernet proxy
  2019-04-29 15:04   ` Sean Nyekjaer
@ 2019-04-29 15:54     ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2019-04-29 15:54 UTC (permalink / raw)
  To: Sean Nyekjaer; +Cc: OpenEmbedded Devel List

On Mon, 29 Apr 2019 at 16:04, Sean Nyekjaer via Openembedded-devel
<openembedded-devel@lists.openembedded.org> wrote:
> > 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?

https://github.com/mguentner/cannelloni/releases says the last release
was either 20160414 or 0.5.  The idiom is "<last release>+git<sha>.

Ross


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-04-29 15:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29 13:19 [PATCH] cannelloni: new package, CAN to ethernet proxy Sean Nyekjaer
2019-04-29 14:57 ` akuster808
2019-04-29 15:04   ` Sean Nyekjaer
2019-04-29 15:54     ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.