mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 11:14:42 +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"
|
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() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user