diff options
author | Harish Sadineni <Harish.Sadineni@windriver.com> | 2024-09-12 04:04:21 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-12 06:17:04 -0700 |
commit | 1b3b373781070391d2deafe59fc0b748c6fbcebf (patch) | |
tree | a3b0165640291ee4ad1d49b027f0e8debba7e3f2 | |
parent | fbfc860e5bb5aa4206c393e2503ed8d953ab9bbd (diff) | |
download | meta-openembedded-1b3b373781070391d2deafe59fc0b748c6fbcebf.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: Khem Raj <raj.khem@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() { |