Skip to content

Commit

Permalink
bpftool: add aarch64 to COMPATIBLE_HOST
Browse files Browse the repository at this point in the history
  • Loading branch information
krsh authored and kraj committed Sep 29, 2022
1 parent 8803be1 commit b53a59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-kernel/bpftool/bpftool.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit b53a59f

Please sign in to comment.