From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 18 Feb 2022 16:16:11 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nL4zT-0030DH-9t for lore@lore.pengutronix.de; Fri, 18 Feb 2022 16:16:11 +0100 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1nL4zS-0001mS-GF; Fri, 18 Feb 2022 16:16:10 +0100 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nL4yn-0001lg-9f; Fri, 18 Feb 2022 16:15:29 +0100 Received: from [2a0a:edc0:0:1101:1d::39] (helo=dude03.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1nL4yk-00HQrL-Dr; Fri, 18 Feb 2022 16:15:25 +0100 Received: from mol by dude03.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1nL4yi-00Fnuo-VV; Fri, 18 Feb 2022 16:15:25 +0100 Date: Fri, 18 Feb 2022 16:15:24 +0100 From: Michael Olbrich To: Christian Melki Message-ID: Mail-Followup-To: Christian Melki , ptxdist@pengutronix.de References: <20220218090742.324777-1-christian.melki@t2data.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220218090742.324777-1-christian.melki@t2data.com> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH] u-boot.in: Move host openssl select. X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false On Fri, Feb 18, 2022 at 10:07:42AM +0100, Christian Melki wrote: > Minor cosmetic fix. > > Host openssl selection was confusingly last under the > "target" divider. I missed it at first in menuconfig, > before realizing where it was. Hmmm, still confusing I think. Maybe with a "build dependencies" divider instead, or in addition? Michael > Signed-off-by: Christian Melki > --- > platforms/u-boot.in | 24 ++++++++++++------------ > 1 file changed, 12 insertions(+), 12 deletions(-) > > diff --git a/platforms/u-boot.in b/platforms/u-boot.in > index 6589a1940..0d7608ab3 100644 > --- a/platforms/u-boot.in > +++ b/platforms/u-boot.in > @@ -168,6 +168,18 @@ config U_BOOT_BOOT_SCRIPT_ROOTFS_PATH > > endif > > +config U_BOOT_NEEDS_HOST_OPENSSL > + prompt "needs host OpenSSL" > + bool > + help > + Newer host U-Boot tools can sign images and use OpenSSL for that. > + It is most probably needed if your board config does not disable > + CONFIG_TOOLS_LIBCRYPTO. > + > + Select this if you're unsure, as it won't hurt. > + It might just increase the build time, if no other package has > + host openssl selected. > + > comment "target install" > > config U_BOOT_INSTALL_SREC > @@ -258,17 +270,5 @@ config U_BOOT_INSTALL_U_BOOT_STM32 > platform image directory. Say yes if you are building for STM32MP1 > SOCs. > > -config U_BOOT_NEEDS_HOST_OPENSSL > - prompt "needs host OpenSSL" > - bool > - help > - Newer host U-Boot tools can sign images and use OpenSSL for that. > - It is most probably needed if your board config does not disable > - CONFIG_TOOLS_LIBCRYPTO. > - > - Select this if you're unsure, as it won't hurt. > - It might just increase the build time, if no other package has > - host openssl selected. > - > endif > > -- > 2.30.2 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de