All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC 1/1] package/bpftool: enable support for arm/armeb
@ 2023-07-05  8:03 Ignacy Gawędzki
  2023-07-10 20:08 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Ignacy Gawędzki @ 2023-07-05  8:03 UTC (permalink / raw)
  To: buildroot

The local copy bpftool uses now compiles fine on both arm and armeb.
Add these archs to BR2_PACKAGE_BPFTOOL_ARCH_SUPPORTS.

Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>
---
 package/bpftool/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/bpftool/Config.in b/package/bpftool/Config.in
index 461be9e5b4..d131ec566e 100644
--- a/package/bpftool/Config.in
+++ b/package/bpftool/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_BPFTOOL_ARCH_SUPPORTS
 	bool
 	# see libbpf/src/bpf.c
 	default y if BR2_arc
+	default y if BR2_arm || BR2_armeb
 	default y if BR2_aarch64 || BR2_aarch64_be
 	default y if BR2_i386 || BR2_x86_64
 	default y if BR2_sparc || BR2_sparc64
-- 
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [RFC 1/1] package/bpftool: enable support for arm/armeb
  2023-07-05  8:03 [Buildroot] [RFC 1/1] package/bpftool: enable support for arm/armeb Ignacy Gawędzki
@ 2023-07-10 20:08 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-10 20:08 UTC (permalink / raw)
  To: Ignacy Gawędzki; +Cc: buildroot

On Wed, 5 Jul 2023 10:03:28 +0200
Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr> wrote:

> The local copy bpftool uses now compiles fine on both arm and armeb.
> Add these archs to BR2_PACKAGE_BPFTOOL_ARCH_SUPPORTS.
> 
> Signed-off-by: Ignacy Gawędzki <ignacy.gawedzki@green-communications.fr>
> ---
>  package/bpftool/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-07-10 20:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-05  8:03 [Buildroot] [RFC 1/1] package/bpftool: enable support for arm/armeb Ignacy Gawędzki
2023-07-10 20:08 ` Thomas Petazzoni via buildroot

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.