1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

kselftests: allow net target to be empty when it can't link with numa on arm

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Cc: Fathi Boudra <fathi.boudra@linaro.org>
This commit is contained in:
Denys Dmytriyenko
2017-03-30 09:17:59 +00:00
parent b93bbc8415
commit c723eb9ec6

View File

@@ -123,6 +123,10 @@ FILES_${PN}-dbg += "${bindir}/kselftests/*/.debug"
# make[1]: *** [test_verifier] Error 1
ALLOW_EMPTY_${PN}-bpf = "1"
# FIXME net target builds most of the binaries, but reuseport_bpf_numa depends on libnuma,
# which is not availbale on ARM, failing entire test case
ALLOW_EMPTY_${PN}-net = "1"
RDEPENDS_${PN}-cpu-hotplug += "bash"
RDEPENDS_${PN}-efivarfs += "bash"
RDEPENDS_${PN}-futex += "bash ncurses"