Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Andre McCurdy <armccurdy@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 4/7] busybox: disable sha3sum in defconfig
Date: Thu, 30 Jul 2015 13:56:25 -0700	[thread overview]
Message-ID: <1438289788-23120-5-git-send-email-armccurdy@gmail.com> (raw)
In-Reply-To: <1438289788-23120-1-git-send-email-armccurdy@gmail.com>

The sha1sum, sha256sum and sha512sum applets have not historically
been enabled by default, so don't enable sha3sum either.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-core/busybox/busybox/defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index 357011c..0274123 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -271,7 +271,7 @@ CONFIG_SEQ=y
 # CONFIG_SHA1SUM is not set
 # CONFIG_SHA256SUM is not set
 # CONFIG_SHA512SUM is not set
-CONFIG_SHA3SUM=y
+# CONFIG_SHA3SUM is not set
 CONFIG_SLEEP=y
 CONFIG_FEATURE_FANCY_SLEEP=y
 # CONFIG_FEATURE_FLOAT_SLEEP is not set
-- 
1.9.1



  parent reply	other threads:[~2015-07-30 20:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-30 20:56 [PATCH 0/7 v3] refresh busybox defconfig + enable sha1sum and sha256sum Andre McCurdy
2015-07-30 20:56 ` [PATCH 1/7] busybox: remove CONFIG_FEATURE_VI_OPTIMIZE_CURSOR from defconfig Andre McCurdy
2015-07-30 20:56 ` [PATCH 2/7] busybox: re-order defconfig to align with busybox 1.23.2 Andre McCurdy
2015-07-30 20:56 ` [PATCH 3/7] busybox: refresh defconfig for busybox v1.23.2 Andre McCurdy
2015-07-30 20:56 ` Andre McCurdy [this message]
2015-07-30 20:56 ` [PATCH 5/7] busybox: disable fatattr in defconfig Andre McCurdy
2015-07-30 20:56 ` [PATCH 6/7] busybox: support mount via label for btrfs and squashfs Andre McCurdy
2015-07-30 20:56 ` [PATCH 7/7] busybox: enable support for sha1sum and sha256sum applets Andre McCurdy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1438289788-23120-5-git-send-email-armccurdy@gmail.com \
    --to=armccurdy@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox