From 35e7d49014bfeb59a5560d5b7a7c040b75fdd139 Mon Sep 17 00:00:00 2001 From: Denys Zagorui Date: Fri, 6 Oct 2023 10:05:35 +0000 Subject: libbpf: add arm, powerpc and mips64 to COMPATIBLE_HOST 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 Signed-off-by: Khem Raj (cherry picked from commit bb8049afe96db57707afc259743e288bec456117) Signed-off-by: Armin Kuster --- meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 71ca10e5a0..a8e1e5c0cb 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" -- cgit v1.2.3-54-g00ecf