mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] platforms/u-boot: Add host-system python3 dependency.
@ 2022-06-02 11:04 Christian Melki
  2022-06-10  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2022-06-02 11:04 UTC (permalink / raw)
  To: ptxdist

Some target configurations require a host-system python3.
Esp. U-boot > 2020.01. For example the stm32mp1x series.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 platforms/u-boot.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/platforms/u-boot.in b/platforms/u-boot.in
index ba117b089..3b65ee14d 100644
--- a/platforms/u-boot.in
+++ b/platforms/u-boot.in
@@ -2,7 +2,8 @@
 
 menuconfig U_BOOT
 	select BOOTLOADER
-	select HOST_OPENSSL	if U_BOOT_NEEDS_HOST_OPENSSL
+	select HOST_SYSTEM_PYTHON3
+	select HOST_OPENSSL		if U_BOOT_NEEDS_HOST_OPENSSL
 	prompt "U-Boot                        "
 	bool
 
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] platforms/u-boot: Add host-system python3 dependency.
  2022-06-02 11:04 [ptxdist] [PATCH] platforms/u-boot: Add host-system python3 dependency Christian Melki
@ 2022-06-10  6:49 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-06-10  6:49 UTC (permalink / raw)
  To: ptxdist; +Cc: Christian Melki

Thanks, applied as 3f367dd97a2b38e491856f7f4632a7433c29f4d2.

Michael

[sent from post-receive hook]

On Fri, 10 Jun 2022 08:49:25 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Some target configurations require a host-system python3.
> Esp. U-boot > 2020.01. For example the stm32mp1x series.
> 
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20220602110435.603770-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/platforms/u-boot.in b/platforms/u-boot.in
> index ba117b089098..3b65ee14d7a1 100644
> --- a/platforms/u-boot.in
> +++ b/platforms/u-boot.in
> @@ -2,7 +2,8 @@
>  
>  menuconfig U_BOOT
>  	select BOOTLOADER
> -	select HOST_OPENSSL	if U_BOOT_NEEDS_HOST_OPENSSL
> +	select HOST_SYSTEM_PYTHON3
> +	select HOST_OPENSSL		if U_BOOT_NEEDS_HOST_OPENSSL
>  	prompt "U-Boot                        "
>  	bool
>  



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-06-10  6:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-02 11:04 [ptxdist] [PATCH] platforms/u-boot: Add host-system python3 dependency Christian Melki
2022-06-10  6:49 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox