All of lore.kernel.org
 help / color / mirror / Atom feed
* Proposal to add recipe for varlink library #poky
@ 2023-01-27 10:33 adinath.mhatre
  2023-01-27 10:53 ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: adinath.mhatre @ 2023-01-27 10:33 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 413 bytes --]

Hi,

We want to add recipe for varlink library to openembedded-core.

Varlink aims to provide IPC from early boot onward.
https://github.com/varlink/libvarlink

Could you please suggest us where we can add this recipe?
Since varlink is IPC like d-bus and d-bus comes under the meta/recipe-core,
should we add varlink recipe there or any other location in oe-core layer.

Thanks, and regards.
Adinath

[-- Attachment #2: Type: text/html, Size: 561 bytes --]

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

* Re: [OE-core] Proposal to add recipe for varlink library #poky
  2023-01-27 10:33 Proposal to add recipe for varlink library #poky adinath.mhatre
@ 2023-01-27 10:53 ` Alexander Kanavin
  2023-01-27 11:19   ` adinath.mhatre
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Kanavin @ 2023-01-27 10:53 UTC (permalink / raw)
  To: adinath.mhatre; +Cc: openembedded-core

There is already a recipe in
https://github.com/MarkusVolk/meta-wayland/blob/master/recipes-extended/libvarlink/libvarlink_git.bb

Would that fit your needs?

In general, it's good to check recipes availability via
http://layers.openembedded.org/layerindex/branch/master/recipes/

Alex

On Fri, 27 Jan 2023 at 11:33, adinath.mhatre via
lists.openembedded.org
<adinath.mhatre=philips.com@lists.openembedded.org> wrote:
>
> Hi,
>
> We want to add recipe for varlink library to openembedded-core.
>
> Varlink aims to provide IPC from early boot onward.
> https://github.com/varlink/libvarlink
>
> Could you please suggest us where we can add this recipe?
> Since varlink is IPC like d-bus and d-bus comes under the meta/recipe-core,
> should we add varlink recipe there or any other location in oe-core layer.
>
> Thanks, and regards.
> Adinath
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#176437): https://lists.openembedded.org/g/openembedded-core/message/176437
> Mute This Topic: https://lists.openembedded.org/mt/96563314/1686489
> Mute #poky:https://lists.openembedded.org/g/openembedded-core/mutehashtag/poky
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


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

* Re: Proposal to add recipe for varlink library #poky
  2023-01-27 10:53 ` [OE-core] " Alexander Kanavin
@ 2023-01-27 11:19   ` adinath.mhatre
  2023-01-27 11:21     ` [OE-core] " Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: adinath.mhatre @ 2023-01-27 11:19 UTC (permalink / raw)
  To: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 442 bytes --]

Since Varlink is an IPC alternative to dbus and its doesn’t have dependency on wayland .

So, we don’t want to include meta-wayland as we don’t need.

We have asked meta-wayland author regarding same and he is ok with moving varlink outside of meta-wayland.
Upstream libvarlink recipe to poky/meta-oe · Issue #4 · MarkusVolk/meta-wayland (github.com) ( https://github.com/MarkusVolk/meta-wayland/issues/4 )

Regards,
Adinath

[-- Attachment #2: Type: text/html, Size: 568 bytes --]

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

* Re: [OE-core] Proposal to add recipe for varlink library #poky
  2023-01-27 11:19   ` adinath.mhatre
@ 2023-01-27 11:21     ` Alexander Kanavin
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Kanavin @ 2023-01-27 11:21 UTC (permalink / raw)
  To: adinath.mhatre; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]

Meta-oe is probably better then. It doesn’t meet the criteria for core.

Alex

On Fri 27. Jan 2023 at 12.19, adinath.mhatre via lists.openembedded.org
<adinath.mhatre=philips.com@lists.openembedded.org> wrote:

> Since Varlink is an IPC alternative to dbus and its doesn’t have
> dependency on wayland .
>
> So, we don’t want to include meta-wayland as we don’t need.
>
> We have asked meta-wayland author regarding same and he is ok with moving
> varlink outside of meta-wayland.
> Upstream libvarlink recipe to poky/meta-oe · Issue #4 ·
> MarkusVolk/meta-wayland (github.com)
> <https://github.com/MarkusVolk/meta-wayland/issues/4>
>
> Regards,
> Adinath
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#176439):
> https://lists.openembedded.org/g/openembedded-core/message/176439
> Mute This Topic: https://lists.openembedded.org/mt/96563314/1686489
> Mute #poky:
> https://lists.openembedded.org/g/openembedded-core/mutehashtag/poky
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 2320 bytes --]

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

end of thread, other threads:[~2023-01-27 11:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27 10:33 Proposal to add recipe for varlink library #poky adinath.mhatre
2023-01-27 10:53 ` [OE-core] " Alexander Kanavin
2023-01-27 11:19   ` adinath.mhatre
2023-01-27 11:21     ` [OE-core] " Alexander Kanavin

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.