diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-20 10:27:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-20 12:24:58 +0100 |
commit | d8c1c3afb54027ccb5c509e2be4575cb8da9dcf0 (patch) | |
tree | 00486692ef545b05407d7f54d55de0df7404cd04 /meta/recipes-core/glibc | |
parent | f73ae292bc0b92df3cb76c6e8b220f18630f6bc7 (diff) | |
download | poky-d8c1c3afb54027ccb5c509e2be4575cb8da9dcf0.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r-- | meta/recipes-core/glibc/glibc-testsuite_2.37.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-testsuite_2.37.bb b/meta/recipes-core/glibc/glibc-testsuite_2.37.bb index e8ad2a938b..2e076f4b0f 100644 --- a/meta/recipes-core/glibc/glibc-testsuite_2.37.bb +++ b/meta/recipes-core/glibc/glibc-testsuite_2.37.bb | |||
@@ -16,6 +16,7 @@ TOOLCHAIN_TEST_HOST_USER ??= "root" | |||
16 | TOOLCHAIN_TEST_HOST_PORT ??= "2222" | 16 | TOOLCHAIN_TEST_HOST_PORT ??= "2222" |
17 | 17 | ||
18 | do_check[nostamp] = "1" | 18 | do_check[nostamp] = "1" |
19 | do_check[network] = "1" | ||
19 | do_check:append () { | 20 | do_check:append () { |
20 | chmod 0755 ${WORKDIR}/check-test-wrapper | 21 | chmod 0755 ${WORKDIR}/check-test-wrapper |
21 | 22 | ||