Thanks, applied as 3f367dd97a2b38e491856f7f4632a7433c29f4d2. Michael
[sent from post-receive hook] On Fri, 10 Jun 2022 08:49:25 +0200, Christian Melki <[email protected]> wrote: > Some target configurations require a host-system python3. > Esp. U-boot > 2020.01. For example the stm32mp1x series. > > Signed-off-by: Christian Melki <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > 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 >
