configs/orangepi_zero_defconfig: use python 3.x
authorSergey Matyukevich <geomatsi@gmail.com>
Mon, 15 Jun 2020 07:59:47 +0000 (10:59 +0300)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 15 Jun 2020 09:37:12 +0000 (11:37 +0200)
Orange Pi Zero defconfig has been updated to use U-Boot 2020.04 by
commit 9e2bfccf4da8 (configs/orangepi_zero: bump kernel and uboot
versions). Since then it requires Python 3.x on the host.

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

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
configs/orangepi_zero_defconfig

index 2ec71dbd71f29c052a306fa08a1d4190b8ef37ce..f674ceaa243529a03737e1213bc54fc15146376a 100644 (file)
@@ -24,6 +24,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y
 BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2020.04"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="orangepi_zero"
 BR2_TARGET_UBOOT_NEEDS_DTC=y
+BR2_TARGET_UBOOT_NEEDS_PYTHON3=y
 BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"