Thanks, applied as a4b3b2b0a8d86e75fe9fa714418b211ea8afd415.

Michael

[sent from post-receive hook]

On Thu, 04 Aug 2022 17:14:01 +0200, Uwe Kleine-König 
<[email protected]> wrote:
> tf-a needs openssl, otherwise:
> 
>         HOSTCC  tbbr_config.c
>       In file included from fiptool.h:16,
>                        from fiptool.c:19:
>       fiptool_platform.h:19:11: fatal error: openssl/sha.h: No such file or 
> directory
>          19 | # include <openssl/sha.h>
>             |           ^~~~~~~~~~~~~~~
>       compilation terminated.
> 
> (This only happens if the openssl development package isn't installed on
> the host.)
> 
> Signed-off-by: Uwe Kleine-König <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/platforms/host-tf-a.in b/platforms/host-tf-a.in
> index 1a299f042724..f8fd15c48937 100644
> --- a/platforms/host-tf-a.in
> +++ b/platforms/host-tf-a.in
> @@ -3,5 +3,6 @@
>  config HOST_TF_A
>       tristate
>       default y if ALLYES && TF_A
> +     select HOST_OPENSSL
>       help
>         This provides fiptool

Reply via email to