diff mbox series

support/testing: TestATFAllwinner: add missing openssl dependency

Message ID 20240424195943.527542-1-romain.naour@smile.fr
State Accepted
Headers show
Series support/testing: TestATFAllwinner: add missing openssl dependency | expand

Commit Message

Romain Naour April 24, 2024, 7:59 p.m. UTC
The commit [1] updated the u-boot version with the one used by
orangepi_zero_plus2_defconfig but the dependency on openssl
was forgotten.

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

[1] eb16148dddc6be39b0d850181c2461fdaba1ee6f

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
 support/testing/tests/boot/test_atf.py | 1 +
 1 file changed, 1 insertion(+)

Comments

Romain Naour April 30, 2024, 9:41 p.m. UTC | #1
Le 24/04/2024 à 21:59, Romain Naour a écrit :
> The commit [1] updated the u-boot version with the one used by
> orangepi_zero_plus2_defconfig but the dependency on openssl
> was forgotten.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/6703221868
> 
> [1] eb16148dddc6be39b0d850181c2461fdaba1ee6f
> 
> Signed-off-by: Romain Naour <romain.naour@smile.fr>
> ---
>  support/testing/tests/boot/test_atf.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/support/testing/tests/boot/test_atf.py b/support/testing/tests/boot/test_atf.py
> index 352725e721..b0e7696e86 100644
> --- a/support/testing/tests/boot/test_atf.py
> +++ b/support/testing/tests/boot/test_atf.py
> @@ -19,6 +19,7 @@ class TestATFAllwinner(infra.basetest.BRTest):
>          BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.10"
>          BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero_plus2"
>          BR2_TARGET_UBOOT_NEEDS_DTC=y
> +        BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
>          BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
>          BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
>          BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y

Applied to master, thanks.

Best regards,
Romain
Peter Korsgaard May 15, 2024, 1:24 p.m. UTC | #2
>>>>> "Romain" == Romain Naour <romain.naour@smile.fr> writes:

 > Le 24/04/2024 à 21:59, Romain Naour a écrit :
 >> The commit [1] updated the u-boot version with the one used by
 >> orangepi_zero_plus2_defconfig but the dependency on openssl
 >> was forgotten.
 >> 
 >> Fixes:
 >> https://gitlab.com/buildroot.org/buildroot/-/jobs/6703221868
 >> 
 >> [1] eb16148dddc6be39b0d850181c2461fdaba1ee6f
 >> 
 >> Signed-off-by: Romain Naour <romain.naour@smile.fr>

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/support/testing/tests/boot/test_atf.py b/support/testing/tests/boot/test_atf.py
index 352725e721..b0e7696e86 100644
--- a/support/testing/tests/boot/test_atf.py
+++ b/support/testing/tests/boot/test_atf.py
@@ -19,6 +19,7 @@  class TestATFAllwinner(infra.basetest.BRTest):
         BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2023.10"
         BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero_plus2"
         BR2_TARGET_UBOOT_NEEDS_DTC=y
+        BR2_TARGET_UBOOT_NEEDS_OPENSSL=y
         BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
         BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
         BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y