mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
bpftool: add aarch64 to COMPATIBLE_HOST
This commit is contained in:
committed by
Khem Raj
parent
8803be17aa
commit
b53a59f326
@@ -24,7 +24,7 @@ SECURITY_CFLAGS = ""
|
||||
|
||||
do_configure[depends] += "virtual/kernel:do_shared_workdir"
|
||||
|
||||
COMPATIBLE_HOST = "(x86_64).*-linux"
|
||||
COMPATIBLE_HOST = "(x86_64|aarch64).*-linux"
|
||||
COMPATIBLE_HOST:libc-musl = 'null'
|
||||
|
||||
do_compile() {
|
||||
|
||||
Reference in New Issue
Block a user