All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] configs/stm32f469_disco_sd: U-Boot needs host-openssl
@ 2021-12-25 10:35 Thomas Petazzoni
  2021-12-25 15:27 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2021-12-25 10:35 UTC (permalink / raw)
  To: buildroot; +Cc: Christophe Priouzeau, Thomas Petazzoni

Fixes:

In file included from include/bootm.h:10:0,
                 from tools/image-host.c:12:
include/image.h:1178:27: fatal error: openssl/evp.h: No such file or directory
 #  include <openssl/evp.h>
                           ^
compilation terminated.
scripts/Makefile.host:112: recipe for target 'tools/image-host.o' failed
make[2]: *** [tools/image-host.o] Error 1

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 configs/stm32f469_disco_sd_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/stm32f469_disco_sd_defconfig b/configs/stm32f469_disco_sd_defconfig
index 5ad4068e5e..ea1361efc0 100644
--- a/configs/stm32f469_disco_sd_defconfig
+++ b/configs/stm32f469_disco_sd_defconfig
@@ -19,6 +19,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="32M"
 # BR2_TARGET_ROOTFS_TAR is not set
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32f469-discovery"
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
 BR2_PACKAGE_HOST_DOSFSTOOLS=y
 BR2_PACKAGE_HOST_GENIMAGE=y
 BR2_PACKAGE_HOST_MTOOLS=y
-- 
2.31.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] configs/stm32f469_disco_sd: U-Boot needs host-openssl
  2021-12-25 10:35 [Buildroot] [PATCH] configs/stm32f469_disco_sd: U-Boot needs host-openssl Thomas Petazzoni
@ 2021-12-25 15:27 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-12-25 15:27 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Christophe Priouzeau, buildroot

Thomas, All,

On 2021-12-25 11:35 +0100, Thomas Petazzoni spake thusly:
> Fixes:
> 
> In file included from include/bootm.h:10:0,
>                  from tools/image-host.c:12:
> include/image.h:1178:27: fatal error: openssl/evp.h: No such file or directory
>  #  include <openssl/evp.h>
>                            ^
> compilation terminated.
> scripts/Makefile.host:112: recipe for target 'tools/image-host.o' failed
> make[2]: *** [tools/image-host.o] Error 1
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  configs/stm32f469_disco_sd_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/stm32f469_disco_sd_defconfig b/configs/stm32f469_disco_sd_defconfig
> index 5ad4068e5e..ea1361efc0 100644
> --- a/configs/stm32f469_disco_sd_defconfig
> +++ b/configs/stm32f469_disco_sd_defconfig
> @@ -19,6 +19,7 @@ BR2_TARGET_ROOTFS_EXT2_SIZE="32M"
>  # BR2_TARGET_ROOTFS_TAR is not set
>  BR2_TARGET_UBOOT=y
>  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="stm32f469-discovery"
> +BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
>  BR2_PACKAGE_HOST_DOSFSTOOLS=y
>  BR2_PACKAGE_HOST_GENIMAGE=y
>  BR2_PACKAGE_HOST_MTOOLS=y
> -- 
> 2.31.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-12-25 15:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-25 10:35 [Buildroot] [PATCH] configs/stm32f469_disco_sd: U-Boot needs host-openssl Thomas Petazzoni
2021-12-25 15:27 ` Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.