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

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