summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox/sha1sum.cfg
diff options
context:
space:
mode:
authorAndrej Valek <andrej.valek@siemens.com>2023-01-26 13:46:45 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-31 17:11:06 +0000
commit86598c849cb5ea6a6132ef4885584f48094b809f (patch)
tree07164865511f58e53428febb2856a414f3dc2ed8 /meta/recipes-core/busybox/busybox/sha1sum.cfg
parent29afbb5e1449d03cce34192193dfd9b85d5fb081 (diff)
downloadpoky-86598c849cb5ea6a6132ef4885584f48094b809f.tar.gz
busybox: 1.35.0 -> 1.36.0
- update to next (un)stable version 1.36.0 - refresh defconfig - disable new applets (tree, tsort, seedrng) - use hw-accel for sha1/256 sums when available - remove and refresh already merged patches (From OE-Core rev: 2e9989a8f8b5b93476e551475df010add32aac31) Signed-off-by: Andrej Valek <andrej.valek@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.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.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox/sha1sum.cfg b/meta/recipes-core/busybox/busybox/sha1sum.cfg
index 20e72d9263..01137a2486 100644
--- a/meta/recipes-core/busybox/busybox/sha1sum.cfg
+++ b/meta/recipes-core/busybox/busybox/sha1sum.cfg
@@ -1 +1,3 @@
1CONFIG_SHA1SUM=y 1CONFIG_SHA1SUM=y
2CONFIG_SHA1_SMALL=3
3CONFIG_SHA1_HWACCEL=y