summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/sha1sum.cfg
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-26 13:46:46 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-31 17:11:06 +0000
commitd119ac532f47a4da628b818bd1f8657383bc9b22 (patch)
tree147a84e8d0fb90afe05221a7f053cb7f1aa033dc /meta/recipes-core/busybox/busybox/sha1sum.cfg
parent86598c849cb5ea6a6132ef4885584f48094b809f (diff)
downloadpoky-d119ac532f47a4da628b818bd1f8657383bc9b22.tar.gz
busybox: Make provisions to disable sha256/sha1 accelaration on x86
busybox 1.36 has an ongoing regression on musl/i386 [1] we see same on glibc systems too. therefore avoid the affected code by disabling sha256/sha1 sum accelaration meanwhile CONFIG_SHA256_HWACCEL and CONFIG_SHA1_HWACCEL are enabled by default [1] http://lists.busybox.net/pipermail/busybox/2023-January/090078.html (From OE-Core rev: 22f639d61127f4b82a79008c5305e44e090a3680) Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox/sha1sum.cfg')
-rw-r--r--meta/recipes-core/busybox/busybox/sha1sum.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox/sha1sum.cfg b/meta/recipes-core/busybox/busybox/sha1sum.cfg
index 01137a2486..afd4da4ea1 100644
--- a/meta/recipes-core/busybox/busybox/sha1sum.cfg
+++ b/meta/recipes-core/busybox/busybox/sha1sum.cfg
@@ -1,3 +1,2 @@
1CONFIG_SHA1SUM=y 1CONFIG_SHA1SUM=y
2CONFIG_SHA1_SMALL=3 2CONFIG_SHA1_SMALL=3
3CONFIG_SHA1_HWACCEL=y