aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/bpftool
diff options
context:
space:
mode:
authorINC@Cisco) <INC@Cisco)>2021-03-26 03:45:47 -0700
committerKhem Raj <raj.khem@gmail.com>2021-03-28 12:12:58 -0700
commit2179569945f07a8ad54b9015dc5fad4300cdbde9 (patch)
tree1bd26f17f122e7a3bc43a30ee99c5a9c0d03ffb3 /meta-oe/recipes-kernel/bpftool
parentf274fb58800bc6d41e8ad7ff21adeb144bae4462 (diff)
downloadmeta-openembedded-contrib-2179569945f07a8ad54b9015dc5fad4300cdbde9.tar.gz
bpftool: remove recipe from blacklist
Have not seen build issues for 5.4 and 5.10 x86-64 kernels so allow to build it Signed-off-by: Denys Zagorui <dzagorui@cisco.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel/bpftool')
-rw-r--r--meta-oe/recipes-kernel/bpftool/bpftool.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb
index 1758430bc8..15143a90b2 100644
--- a/meta-oe/recipes-kernel/bpftool/bpftool.bb
+++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb
@@ -15,6 +15,7 @@ SECURITY_CFLAGS = ""
do_configure[depends] += "virtual/kernel:do_shared_workdir"
+COMPATIBLE_HOST = "(x86_64).*-linux"
COMPATIBLE_HOST_libc-musl = 'null'
do_compile() {
@@ -32,4 +33,3 @@ python do_package_prepend() {
}
B = "${WORKDIR}/${BPN}-${PV}"
-PNBLACKLIST[bpftool] ?= "Needs forward porting to kernel 5.2+"