* [xenomai-images][PATCH] libevl: Add build dependencies for r50 and above
@ 2024-11-18 8:02 Jan Kiszka
2024-11-18 8:40 ` Philippe Gerum
2024-11-18 10:18 ` Florian Bezdeka
0 siblings, 2 replies; 4+ messages in thread
From: Jan Kiszka @ 2024-11-18 8:02 UTC (permalink / raw)
To: Xenomai; +Cc: Pierre FICHEUX
From: Jan Kiszka <jan.kiszka@siemens.com>
libbpf is needed now to support the networking stack, and that is found
via pkg-config my meson.
Reported-by: Pierre FICHEUX <pierre.ficheux@smile.fr>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
recipes-xenomai/libevl/libevl.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-xenomai/libevl/libevl.inc b/recipes-xenomai/libevl/libevl.inc
index 405be8b..fb82d09 100644
--- a/recipes-xenomai/libevl/libevl.inc
+++ b/recipes-xenomai/libevl/libevl.inc
@@ -17,7 +17,7 @@ DESCRIPTION ?= "libevl libraries and tools"
SRC_URI += "file://debian"
DEPENDS = "linux-xenomai-4"
-DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson"
+DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson, pkg-config, libbpf-dev"
TEMPLATE_FILES = "debian/control.tmpl"
TEMPLATE_VARS += "DEBIAN_BUILD_DEPENDS"
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [xenomai-images][PATCH] libevl: Add build dependencies for r50 and above
2024-11-18 8:02 [xenomai-images][PATCH] libevl: Add build dependencies for r50 and above Jan Kiszka
@ 2024-11-18 8:40 ` Philippe Gerum
2024-11-18 10:18 ` Florian Bezdeka
1 sibling, 0 replies; 4+ messages in thread
From: Philippe Gerum @ 2024-11-18 8:40 UTC (permalink / raw)
To: Jan Kiszka; +Cc: Xenomai, Pierre FICHEUX
Jan Kiszka <jan.kiszka@siemens.com> writes:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> libbpf is needed now to support the networking stack, and that is found
> via pkg-config my meson.
>
> Reported-by: Pierre FICHEUX <pierre.ficheux@smile.fr>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> recipes-xenomai/libevl/libevl.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-xenomai/libevl/libevl.inc b/recipes-xenomai/libevl/libevl.inc
> index 405be8b..fb82d09 100644
> --- a/recipes-xenomai/libevl/libevl.inc
> +++ b/recipes-xenomai/libevl/libevl.inc
> @@ -17,7 +17,7 @@ DESCRIPTION ?= "libevl libraries and tools"
> SRC_URI += "file://debian"
>
> DEPENDS = "linux-xenomai-4"
> -DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson"
> +DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson, pkg-config, libbpf-dev"
>
> TEMPLATE_FILES = "debian/control.tmpl"
> TEMPLATE_VARS += "DEBIAN_BUILD_DEPENDS"
For those interested, the reason for this new dependency is explained
here [1].
[1] https://v4.xenomai.org/core/net/#evl-input-diversion
--
Philippe.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [xenomai-images][PATCH] libevl: Add build dependencies for r50 and above
2024-11-18 8:02 [xenomai-images][PATCH] libevl: Add build dependencies for r50 and above Jan Kiszka
2024-11-18 8:40 ` Philippe Gerum
@ 2024-11-18 10:18 ` Florian Bezdeka
2024-11-18 11:46 ` Jan Kiszka
1 sibling, 1 reply; 4+ messages in thread
From: Florian Bezdeka @ 2024-11-18 10:18 UTC (permalink / raw)
To: Jan Kiszka, Xenomai; +Cc: Pierre FICHEUX
On Mon, 2024-11-18 at 09:02 +0100, Jan Kiszka wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> libbpf is needed now to support the networking stack, and that is found
> via pkg-config my meson.
^^
Typo?
>
> Reported-by: Pierre FICHEUX <pierre.ficheux@smile.fr>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> recipes-xenomai/libevl/libevl.inc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-xenomai/libevl/libevl.inc b/recipes-xenomai/libevl/libevl.inc
> index 405be8b..fb82d09 100644
> --- a/recipes-xenomai/libevl/libevl.inc
> +++ b/recipes-xenomai/libevl/libevl.inc
> @@ -17,7 +17,7 @@ DESCRIPTION ?= "libevl libraries and tools"
> SRC_URI += "file://debian"
>
> DEPENDS = "linux-xenomai-4"
> -DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson"
> +DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson, pkg-config, libbpf-dev"
>
> TEMPLATE_FILES = "debian/control.tmpl"
> TEMPLATE_VARS += "DEBIAN_BUILD_DEPENDS"
> --
> 2.43.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [xenomai-images][PATCH] libevl: Add build dependencies for r50 and above
2024-11-18 10:18 ` Florian Bezdeka
@ 2024-11-18 11:46 ` Jan Kiszka
0 siblings, 0 replies; 4+ messages in thread
From: Jan Kiszka @ 2024-11-18 11:46 UTC (permalink / raw)
To: Florian Bezdeka, Xenomai; +Cc: Pierre FICHEUX
On 18.11.24 11:18, Florian Bezdeka wrote:
> On Mon, 2024-11-18 at 09:02 +0100, Jan Kiszka wrote:
>> From: Jan Kiszka <jan.kiszka@siemens.com>
>>
>> libbpf is needed now to support the networking stack, and that is found
>> via pkg-config my meson.
> ^^
> Typo?
>
"by" - of course. Fixed in next.
Jan
>>
>> Reported-by: Pierre FICHEUX <pierre.ficheux@smile.fr>
>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>> ---
>> recipes-xenomai/libevl/libevl.inc | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-xenomai/libevl/libevl.inc b/recipes-xenomai/libevl/libevl.inc
>> index 405be8b..fb82d09 100644
>> --- a/recipes-xenomai/libevl/libevl.inc
>> +++ b/recipes-xenomai/libevl/libevl.inc
>> @@ -17,7 +17,7 @@ DESCRIPTION ?= "libevl libraries and tools"
>> SRC_URI += "file://debian"
>>
>> DEPENDS = "linux-xenomai-4"
>> -DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson"
>> +DEBIAN_BUILD_DEPENDS ?= "debhelper (>= 10), meson, pkg-config, libbpf-dev"
>>
>> TEMPLATE_FILES = "debian/control.tmpl"
>> TEMPLATE_VARS += "DEBIAN_BUILD_DEPENDS"
>> --
>> 2.43.0
>
--
Siemens AG, Technology
Linux Expert Center
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-11-18 11:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-18 8:02 [xenomai-images][PATCH] libevl: Add build dependencies for r50 and above Jan Kiszka
2024-11-18 8:40 ` Philippe Gerum
2024-11-18 10:18 ` Florian Bezdeka
2024-11-18 11:46 ` Jan Kiszka
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.