From 1b3b373781070391d2deafe59fc0b748c6fbcebf Mon Sep 17 00:00:00 2001 From: Harish Sadineni Date: Thu, 12 Sep 2024 04:04:21 -0700 Subject: bpftool: Add support for riscv64 bpftool is supported for riscv64 and tested on qemuriscv64. Signed-off-by: Harish Sadineni Signed-off-by: Khem Raj --- meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" do_configure[depends] += "virtual/kernel:do_shared_workdir" -COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" +COMPATIBLE_HOST = "(x86_64|aarch64|riscv64).*-linux" COMPATIBLE_HOST:libc-musl = 'null' do_compile() { -- cgit v1.2.3-54-g00ecf