mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
glibc-testsuite: Fix network restrictions causing test failures
The check target for the glibc testsuite uses networking to access a QEMU in system mode. This was resulting in large numbers of test failures for the x86 targets that use it. Enable network access to resolve this. (From OE-Core rev: 088e022f80e57ca345838bf57df9abad3d8b9313) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,6 +16,7 @@ TOOLCHAIN_TEST_HOST_USER ??= "root"
|
||||
TOOLCHAIN_TEST_HOST_PORT ??= "2222"
|
||||
|
||||
do_check[nostamp] = "1"
|
||||
do_check[network] = "1"
|
||||
do_check:append () {
|
||||
chmod 0755 ${WORKDIR}/check-test-wrapper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user