From: Marcin Niestroj Date: Fri, 6 Nov 2020 18:27:01 +0000 (+0100) Subject: configs/rock_pi_n8: use Python 3.x for U-Boot build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbac050caeb23c8f864c6367d0642f514e4426c0;p=buildroot.git configs/rock_pi_n8: use Python 3.x for U-Boot build New U-Boot versions (such as 2020.07 being used) need Python 3.x for pylibfdt. Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/831421210 Signed-off-by: Marcin Niestroj Signed-off-by: Thomas Petazzoni --- diff --git a/configs/rock_pi_n8_defconfig b/configs/rock_pi_n8_defconfig index 9c671d416e..b7135d6311 100644 --- a/configs/rock_pi_n8_defconfig +++ b/configs/rock_pi_n8_defconfig @@ -14,6 +14,7 @@ BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/amarula/u-boot-amarula.git" BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="ba120841bf40ebaed049d64bb4f980083a1cf6b7" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="rock-pi-n8-rk3288" 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_DTB_IMG=y