* [Buildroot] [PATCH] configs/chiliboard: uboot needs openssl
@ 2023-07-02 12:22 Marcin Niestroj
2023-07-03 20:03 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 3+ messages in thread
From: Marcin Niestroj @ 2023-07-02 12:22 UTC (permalink / raw)
To: buildroot; +Cc: Marcin Niestroj
Fixes uboot build errors:
In file included from tools/imagetool.h:24,
from tools/aisimage.c:7:
include/image.h:1383:12: fatal error: openssl/evp.h: No such file or directory
1383 | # include <openssl/evp.h>
|
Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
configs/grinn_chiliboard_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/grinn_chiliboard_defconfig b/configs/grinn_chiliboard_defconfig
index e7862d1738..a5a8f7a65f 100644
--- a/configs/grinn_chiliboard_defconfig
+++ b/configs/grinn_chiliboard_defconfig
@@ -18,6 +18,7 @@ BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
BR2_TARGET_UBOOT_CUSTOM_VERSION=y
BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.01"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="chiliboard"
+BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
BR2_TARGET_UBOOT_FORMAT_IMG=y
BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="spl/u-boot-spl.bin"
--
2.41.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [Buildroot] [PATCH] configs/chiliboard: uboot needs openssl
2023-07-02 12:22 [Buildroot] [PATCH] configs/chiliboard: uboot needs openssl Marcin Niestroj
@ 2023-07-03 20:03 ` Thomas Petazzoni via buildroot
2023-07-17 11:07 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-03 20:03 UTC (permalink / raw)
To: Marcin Niestroj; +Cc: buildroot
On Sun, 2 Jul 2023 14:22:35 +0200
Marcin Niestroj <m.niestroj@grinn-global.com> wrote:
> Fixes uboot build errors:
>
> In file included from tools/imagetool.h:24,
> from tools/aisimage.c:7:
> include/image.h:1383:12: fatal error: openssl/evp.h: No such file or directory
> 1383 | # include <openssl/evp.h>
> |
>
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
> ---
> configs/grinn_chiliboard_defconfig | 1 +
> 1 file changed, 1 insertion(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] configs/chiliboard: uboot needs openssl
2023-07-03 20:03 ` Thomas Petazzoni via buildroot
@ 2023-07-17 11:07 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-07-17 11:07 UTC (permalink / raw)
To: Thomas Petazzoni via buildroot; +Cc: Marcin Niestroj, Thomas Petazzoni
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:
> On Sun, 2 Jul 2023 14:22:35 +0200
> Marcin Niestroj <m.niestroj@grinn-global.com> wrote:
>> Fixes uboot build errors:
>>
>> In file included from tools/imagetool.h:24,
>> from tools/aisimage.c:7:
>> include/image.h:1383:12: fatal error: openssl/evp.h: No such file or directory
>> 1383 | # include <openssl/evp.h>
>> |
>>
>> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
>> ---
>> configs/grinn_chiliboard_defconfig | 1 +
>> 1 file changed, 1 insertion(+)
> Applied to master, thanks.
Committed to 2023.02.x and 2023.05.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-07-17 11:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 12:22 [Buildroot] [PATCH] configs/chiliboard: uboot needs openssl Marcin Niestroj
2023-07-03 20:03 ` Thomas Petazzoni via buildroot
2023-07-17 11:07 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox