mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-03 17:30:43 +00:00
kselftests: bypass seccomp gcc7 build failure, gpio RDEPENDS on bash
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -123,6 +123,9 @@ FILES_${PN}-dbg += "${bindir}/kselftests/*/.debug"
|
||||
# make[1]: *** [test_verifier] Error 1
|
||||
ALLOW_EMPTY_${PN}-bpf = "1"
|
||||
|
||||
# gcc 7.x fails to build seccomp
|
||||
ALLOW_EMPTY_${PN}-seccomp = "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"
|
||||
@@ -130,6 +133,7 @@ ALLOW_EMPTY_${PN}-net = "1"
|
||||
RDEPENDS_${PN}-cpu-hotplug += "bash"
|
||||
RDEPENDS_${PN}-efivarfs += "bash"
|
||||
RDEPENDS_${PN}-futex += "bash ncurses"
|
||||
RDEPENDS_${PN}-gpio += "bash"
|
||||
RDEPENDS_${PN}-memory-hotplug += "bash"
|
||||
RDEPENDS_${PN}-net += "bash"
|
||||
RDEPENDS_${PN}-vm += "bash sudo"
|
||||
|
||||
Reference in New Issue
Block a user