diff mbox series

[meta-oe] libbpf: add arm, powerpc and mips64 to COMPATIBLE_HOST

Message ID 20231006100535.1812417-1-dzagorui@cisco.com
State Under Review
Headers show
Series [meta-oe] libbpf: add arm, powerpc and mips64 to COMPATIBLE_HOST | expand

Commit Message

Denys Zagorui Oct. 6, 2023, 10:05 a.m. UTC
There is is no build time issues with libbpf for these
architectures so we can add them to COMPATIBLE_HOST

Signed-off-by: Denys Zagorui <dzagorui@cisco.com>
---
 meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb b/meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb
index 71ca10e5a..a8e1e5c0c 100644
--- a/meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb
+++ b/meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb
@@ -12,7 +12,7 @@  SRC_URI = "git://github.com/libbpf/libbpf.git;protocol=https;branch=master"
 SRCREV = "fbd60dbff51c870f5e80a17c4f2fd639eb80af90"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux"
+COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux"
 
 S = "${WORKDIR}/git/src"