mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
Changelog: ========== https://lists.gnu.org/archive/html/info-gnu/2024-06/msg00004.html License-Update: -Add 3-clause BSD license for poly1305-amd64-avx512.S. -cipher/Makefile.am: Add 'poly1305-amd64-avx512.S'. -cipher/poly1305-amd64-avx512.S: New. -cipher/poly1305-internal.h (POLY1305_USE_AVX512): New. -Add 'cipher/keccak-amd64-avx512.S'. -Update license docs for FSF new address and update gcrypt.texi. Apart from upgrade also refreshed the patches like 0001-libgcrypt-fix-m4-file-for-oe-core.patch 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch no-bench-slope.patch In 0002-libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch reverted back the change in cipher/Makefile.am related to o_flag_munging (From OE-Core rev: aa50e6bc8dcb3f5870e1fa285ec5ab997a7a59cf) Signed-off-by: simit.ghane <simit.ghane@lge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
25 lines
784 B
Diff
25 lines
784 B
Diff
The bench-slope test appears to be aborting fairly frequently, which causes
|
|
failures on the autobuilder.
|
|
|
|
Until this has been root-caused, disable the test.
|
|
|
|
Upstream-Status: Inappropriate
|
|
Signed-off-by: Ross Burton <ross.burton@arm.com>
|
|
---
|
|
tests/testdrv.c | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/tests/testdrv.c b/tests/testdrv.c
|
|
index bfca4c2314..5a755f512e 100644
|
|
--- a/tests/testdrv.c
|
|
+++ b/tests/testdrv.c
|
|
@@ -77,7 +77,6 @@ static struct {
|
|
{ "t-x448" },
|
|
{ "t-ed448" },
|
|
{ "benchmark" },
|
|
- { "bench-slope" },
|
|
{ "hashtest-6g", "hashtest", "--hugeblock --gigs 6 SHA1 SHA256 SHA512 "
|
|
"SHA3-512 SM3 BLAKE2S_256 "
|
|
"BLAKE2B_512 CRC32 "
|
|
|