summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/libbpf
diff options
context:
space:
mode:
authorDenys Zagorui <dzagorui@cisco.com>2023-10-06 10:05:35 +0000
committerKhem Raj <raj.khem@gmail.com>2023-10-07 16:50:44 -0700
commitbb8049afe96db57707afc259743e288bec456117 (patch)
tree62f84af2c4d93f028573c4a04bc23b5761ba8cbf /meta-oe/recipes-kernel/libbpf
parent13ab3b1a55f8ecbda99bf5a1b6dd36df2761051f (diff)
downloadmeta-openembedded-bb8049afe96db57707afc259743e288bec456117.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>
Diffstat (limited to 'meta-oe/recipes-kernel/libbpf')
-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 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"
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