Skip to content

Commit

Permalink
configs: orangepi_one_defconfig: U-Boot requires OpenSSL
Browse files Browse the repository at this point in the history
Building U-Boot for OrangePi One now requires host OpenSSL. Select
BR2_TARGET_UBOOT_NEEDS_OPENSSL to fix the following build error:

include/image.h:1383:12: fatal error: openssl/evp.h: No such file or directory
 1383 | #  include <openssl/evp.h>
      |            ^~~~~~~~~~~~~~~

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/4187707115

Signed-off-by: Sergey Matyukevich <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
geomatsi authored and yann-morin-1998 committed May 7, 2023
1 parent 3fed683 commit cd83fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/orangepi_one_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_one"
BR2_TARGET_UBOOT_NEEDS_DTC=y
BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
BR2_TARGET_UBOOT_SPL=y
BR2_TARGET_UBOOT_SPL_NAME="u-boot-sunxi-with-spl.bin"
BR2_PACKAGE_HOST_GENIMAGE=y
Expand Down

0 comments on commit cd83fc6

Please sign in to comment.