diff options
author | Harish Sadineni <Harish.Sadineni@windriver.com> | 2024-09-16 03:33:52 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-09-22 10:06:12 -0400 |
commit | 9afe2c5047dfdd925f1889baafc60d5562d270fb (patch) | |
tree | d45fb9609b4c5863bc3479b6c36fcd5b4cf781e7 | |
parent | 735ae0310870ffce07ce0c55c4f87c20ac161ff9 (diff) | |
download | meta-openembedded-9afe2c5047dfdd925f1889baafc60d5562d270fb.tar.gz |
bpftool: Add support for riscv64
bpftool is supported for riscv64 and tested on qemuriscv64.
Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index b22334fe90..8bddde9451 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb | |||
@@ -26,7 +26,7 @@ SECURITY_CFLAGS = "" | |||
26 | 26 | ||
27 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 27 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
28 | 28 | ||
29 | COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" | 29 | COMPATIBLE_HOST = "(x86_64|aarch64|riscv64).*-linux" |
30 | COMPATIBLE_HOST:libc-musl = 'null' | 30 | COMPATIBLE_HOST:libc-musl = 'null' |
31 | 31 | ||
32 | do_compile() { | 32 | do_compile() { |