From: Sergey Matyukevich Date: Sat, 13 Feb 2021 18:22:30 +0000 (+0300) Subject: support/testing: TestATFAllwinner needs python3 for u-boot X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=653b127d1edec5bf267225aa653ff296725a76ca;p=buildroot.git support/testing: TestATFAllwinner needs python3 for u-boot New U-Boot version needs Python 3.x for pylibfdt. Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/1019385909 Signed-off-by: Sergey Matyukevich Signed-off-by: Yann E. MORIN --- diff --git a/support/testing/tests/boot/test_atf.py b/support/testing/tests/boot/test_atf.py index c23b9d8aba..e6c11aa742 100644 --- a/support/testing/tests/boot/test_atf.py +++ b/support/testing/tests/boot/test_atf.py @@ -44,6 +44,7 @@ class TestATFAllwinner(infra.basetest.BRTest): BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.10" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="bananapi_m64" BR2_TARGET_UBOOT_NEEDS_DTC=y + BR2_TARGET_UBOOT_NEEDS_PYTHON3=y BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y BR2_TARGET_UBOOT_FORMAT_CUSTOM=y