mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +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:
committed by
Khem Raj
parent
fbfc860e5b
commit
1b3b373781
@@ -26,7 +26,7 @@ SECURITY_CFLAGS = ""
|
|||||||
|
|
||||||
do_configure[depends] += "virtual/kernel:do_shared_workdir"
|
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'
|
COMPATIBLE_HOST:libc-musl = 'null'
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
|
|||||||
Reference in New Issue
Block a user