From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 10 Feb 2023 11:58:08 +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 1pQR6X-002tIe-IU for lore@lore.pengutronix.de; Fri, 10 Feb 2023 11:58:08 +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 1pQR6V-0007f2-FN; Fri, 10 Feb 2023 11:58:07 +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 1pQR62-0007ei-BY; Fri, 10 Feb 2023 11:57:38 +0100 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1pQR60-003wl8-Gz; Fri, 10 Feb 2023 11:57:37 +0100 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1pQR61-00BpSz-1y; Fri, 10 Feb 2023 11:57:37 +0100 Date: Fri, 10 Feb 2023 11:57:37 +0100 From: Michael Olbrich To: avazquez.dev@gmail.com Message-ID: Mail-Followup-To: avazquez.dev@gmail.com, ptxdist@pengutronix.de References: <20230129102356.15510-1-avazquez.dev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230129102356.15510-1-avazquez.dev@gmail.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: Add host-swig, python3-dev dependencies 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 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 Sun, Jan 29, 2023 at 11:23:56AM +0100, avazquez.dev@gmail.com wrote: > From: Alejandro Vazquez > > Some target configurations require swig and python3-dev. > > For more information: > https://github.com/u-boot/u-boot/blob/v2023.01/scripts/dtc/README > > Signed-off-by: Alejandro Vazquez > --- > platforms/u-boot.in | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/platforms/u-boot.in b/platforms/u-boot.in > index 769237081..f784267a4 100644 > --- a/platforms/u-boot.in > +++ b/platforms/u-boot.in > @@ -3,6 +3,8 @@ > menuconfig U_BOOT > select BOOTLOADER > select HOST_SYSTEM_PYTHON3 > + select HOST_SYSTEM_PYTHON3_DEV > + select HOST_SWIG This should be conditional, just like the openssl dependency below. Michael > select HOST_OPENSSL if U_BOOT_NEEDS_HOST_OPENSSL > prompt "U-Boot " > bool > -- > 2.34.1 > > > -- 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 |