summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Zagorui <dzagorui@cisco.com>2023-10-06 10:05:35 +0000
committerArmin Kuster <akuster808@gmail.com>2023-10-12 09:58:06 -0400
commit35e7d49014bfeb59a5560d5b7a7c040b75fdd139 (patch)
tree1ed890b69b1329111eefceaf6fcce7689159ec76
parent504ac0982e7fa1ed508200b7eca039e78b29abbd (diff)
downloadmeta-openembedded-35e7d49014bfeb59a5560d5b7a7c040b75fdd139.tar.gz
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 <dzagorui@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bb8049afe96db57707afc259743e288bec456117) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-kernel/libbpf/libbpf_1.2.0.bb2
1 files changed, 1 insertions, 1 deletions
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"
12SRCREV = "fbd60dbff51c870f5e80a17c4f2fd639eb80af90" 12SRCREV = "fbd60dbff51c870f5e80a17c4f2fd639eb80af90"
13 13
14PACKAGE_ARCH = "${MACHINE_ARCH}" 14PACKAGE_ARCH = "${MACHINE_ARCH}"
15COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux" 15COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux"
16 16
17S = "${WORKDIR}/git/src" 17S = "${WORKDIR}/git/src"
18 18