diff options
author | Gianluigi Spagnuolo <glgspg@gmail.com> | 2022-09-29 09:28:14 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-09-29 08:14:17 -0700 |
commit | b53a59f3261e055a5d3123c54482bdf09c1a8003 (patch) | |
tree | 206373fe048e9ec619551bfb1e1e7445a5c7d03c /meta-oe/recipes-kernel | |
parent | 8803be17aada56ec6a11fba4db9df74f16f9c58c (diff) | |
download | meta-openembedded-b53a59f3261e055a5d3123c54482bdf09c1a8003.tar.gz |
bpftool: add aarch64 to COMPATIBLE_HOST
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb index 01046c063f..67a821c07c 100644 --- a/meta-oe/recipes-kernel/bpftool/bpftool.bb +++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb | |||
@@ -24,7 +24,7 @@ SECURITY_CFLAGS = "" | |||
24 | 24 | ||
25 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 25 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
26 | 26 | ||
27 | COMPATIBLE_HOST = "(x86_64).*-linux" | 27 | COMPATIBLE_HOST = "(x86_64|aarch64).*-linux" |
28 | COMPATIBLE_HOST:libc-musl = 'null' | 28 | COMPATIBLE_HOST:libc-musl = 'null' |
29 | 29 | ||
30 | do_compile() { | 30 | do_compile() { |