diff options
author | Denys Zagorui <dzagorui@cisco.com> | 2023-10-06 10:05:35 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-07 16:50:44 -0700 |
commit | bb8049afe96db57707afc259743e288bec456117 (patch) | |
tree | 62f84af2c4d93f028573c4a04bc23b5761ba8cbf /meta-oe/recipes-kernel/libbpf | |
parent | 13ab3b1a55f8ecbda99bf5a1b6dd36df2761051f (diff) | |
download | meta-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.bb | 2 |
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" | |||
12 | SRCREV = "fbd60dbff51c870f5e80a17c4f2fd639eb80af90" | 12 | SRCREV = "fbd60dbff51c870f5e80a17c4f2fd639eb80af90" |
13 | 13 | ||
14 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 14 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
15 | COMPATIBLE_HOST = "(x86_64|i.86|aarch64|riscv64|powerpc64).*-linux" | 15 | COMPATIBLE_HOST = "(x86_64|i.86|arm|aarch64|riscv64|powerpc|powerpc64|mips64).*-linux" |
16 | 16 | ||
17 | S = "${WORKDIR}/git/src" | 17 | S = "${WORKDIR}/git/src" |
18 | 18 | ||