Skip to content

Commit

Permalink
configs/orangepi_lite: uboot needs openssl
Browse files Browse the repository at this point in the history
The defconfig fails in uboot build, with output:

    In file included from tools/imagetool.c:10:
    include/image.h:1178:12: fatal error: openssl/evp.h: No such file or directory
     1178 | #  include <openssl/evp.h>
          |            ^~~~~~~~~~~~~~~

This commit fixes the issue by adding
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y to the defconfig.

Fixes: 0e1b6ab

Signed-off-by: Romain Naour <[email protected]>
  • Loading branch information
RomainNaour committed Jul 14, 2024
1 parent 17deaf6 commit 14192d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/orangepi_lite_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2024.01"
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_lite"
BR2_TARGET_UBOOT_NEEDS_DTC=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

0 comments on commit 14192d7

Please sign in to comment.