* [Buildroot] [PATCH] package/bpftool: fix riscv support
@ 2024-04-09 11:16 cp0613
2024-05-09 16:42 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: cp0613 @ 2024-04-09 11:16 UTC (permalink / raw)
To: buildroot; +Cc: Chen Pei
From: Chen Pei <cp0613@linux.alibaba.com>
bpftool already supports riscv, including rv64 and rv32, so support is enabled.
Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
---
package/bpftool/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/bpftool/Config.in b/package/bpftool/Config.in
index ef3a7a8a45..9d6d1163f0 100644
--- a/package/bpftool/Config.in
+++ b/package/bpftool/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_BPFTOOL_ARCH_SUPPORTS
default y if BR2_i386 || BR2_x86_64
default y if BR2_sparc || BR2_sparc64
default y if BR2_s390x
+ default y if BR2_riscv
config BR2_PACKAGE_BPFTOOL
bool "bpftool"
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/bpftool: fix riscv support
2024-04-09 11:16 [Buildroot] [PATCH] package/bpftool: fix riscv support cp0613
@ 2024-05-09 16:42 ` Thomas Petazzoni via buildroot
2024-06-03 15:53 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-05-09 16:42 UTC (permalink / raw)
To: cp0613; +Cc: buildroot
On Tue, 9 Apr 2024 19:16:35 +0800
cp0613@linux.alibaba.com wrote:
> From: Chen Pei <cp0613@linux.alibaba.com>
>
> bpftool already supports riscv, including rv64 and rv32, so support is enabled.
>
> Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
> ---
> package/bpftool/Config.in | 1 +
> 1 file changed, 1 insertion(+)
Thanks for your contribution, I've applied to our master branch, after
adjusting the commit title. Indeed your commit is not "fixing riscv
support", it is merely allowing the bpftool package to be enabled on
riscv.
Thanks again!
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] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/bpftool: fix riscv support
2024-05-09 16:42 ` Thomas Petazzoni via buildroot
@ 2024-06-03 15:53 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-06-03 15:53 UTC (permalink / raw)
To: Thomas Petazzoni via buildroot; +Cc: cp0613, Thomas Petazzoni
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:
> On Tue, 9 Apr 2024 19:16:35 +0800
> cp0613@linux.alibaba.com wrote:
>> From: Chen Pei <cp0613@linux.alibaba.com>
>>
>> bpftool already supports riscv, including rv64 and rv32, so support is enabled.
>>
>> Signed-off-by: Chen Pei <cp0613@linux.alibaba.com>
>> ---
>> package/bpftool/Config.in | 1 +
>> 1 file changed, 1 insertion(+)
> Thanks for your contribution, I've applied to our master branch, after
> adjusting the commit title. Indeed your commit is not "fixing riscv
> support", it is merely allowing the bpftool package to be enabled on
> riscv.
> Thanks again!
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-06-03 15:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 11:16 [Buildroot] [PATCH] package/bpftool: fix riscv support cp0613
2024-05-09 16:42 ` Thomas Petazzoni via buildroot
2024-06-03 15:53 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox