diff mbox series

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

Message ID 20240525090436.364553-1-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
Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/6918689094

Commit 113eeb55d67 (configs/orangepi_r1_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_r1_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

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

 > Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/6918689094
 > Commit 113eeb55d67 (configs/orangepi_r1_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:
 >> Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/6918689094
 >> Commit 113eeb55d67 (configs/orangepi_r1_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_r1_defconfig b/configs/orangepi_r1_defconfig
index b48e6d0015..405e0a6763 100644
--- a/configs/orangepi_r1_defconfig
+++ b/configs/orangepi_r1_defconfig
@@ -26,6 +26,7 @@  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_r1"
 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_DOSFSTOOLS=y