mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
fbfc860e5b
commit
1b3b373781
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user