summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
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
parentf274fb58800bc6d41e8ad7ff21adeb144bae4462 (diff)
downloadmeta-openembedded-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')
-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 = ""
15 15
16do_configure[depends] += "virtual/kernel:do_shared_workdir" 16do_configure[depends] += "virtual/kernel:do_shared_workdir"
17 17
18COMPATIBLE_HOST = "(x86_64).*-linux"
18COMPATIBLE_HOST_libc-musl = 'null' 19COMPATIBLE_HOST_libc-musl = 'null'
19 20
20do_compile() { 21do_compile() {
@@ -32,4 +33,3 @@ python do_package_prepend() {
32} 33}
33 34
34B = "${WORKDIR}/${BPN}-${PV}" 35B = "${WORKDIR}/${BPN}-${PV}"
35PNBLACKLIST[bpftool] ?= "Needs forward porting to kernel 5.2+"