diff mbox series

[2/2] configs/orangepi_pc_defconfig: u-boot 2024.01 needs host-openssl

Message ID 20240525090436.364553-2-peter@korsgaard.com
State Accepted
Headers show
Series [1/2] configs/orangepi_r1_defconfig: u-boot 2024.01 needs host-openssl | expand

Commit Message

Peter Korsgaard May 25, 2024, 9:04 a.m. UTC
Commit 2e349be94a87db05d (configs/orangepi_pc_defconfig: bump U-boot to
v2024.01 to fix compatibility with setuptools >= 69) bumped U-Boot, but
forgot to add a dependency on host-openssl.  Fix that.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/orangepi_pc_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 25, 2024, 4:50 p.m. UTC | #1
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Commit 2e349be94a87db05d (configs/orangepi_pc_defconfig: bump U-boot to
 > v2024.01 to fix compatibility with setuptools >= 69) bumped U-Boot, but
 > forgot to add a dependency on host-openssl.  Fix that.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.
Peter Korsgaard June 8, 2024, 3:25 p.m. UTC | #2
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
 >> Commit 2e349be94a87db05d (configs/orangepi_pc_defconfig: bump U-boot to
 >> v2024.01 to fix compatibility with setuptools >= 69) bumped U-Boot, but
 >> forgot to add a dependency on host-openssl.  Fix that.

 >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

 > Committed, thanks.

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/configs/orangepi_pc_defconfig b/configs/orangepi_pc_defconfig
index 1713fc609f..17c6109222 100644
--- a/configs/orangepi_pc_defconfig
+++ b/configs/orangepi_pc_defconfig
@@ -29,6 +29,7 @@  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_pc"
 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_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
 BR2_PACKAGE_HOST_GENIMAGE=y