From: Thomas Petazzoni Date: Sun, 21 Apr 2019 19:42:52 +0000 (+0200) Subject: configs/friendlyarm_nanopi_a64: U-Boot needs pylibfdt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4b57f6a671d29c85a58852a08299644336ed5a8;p=buildroot.git configs/friendlyarm_nanopi_a64: U-Boot needs pylibfdt Since the bump of U-Boot to 2019.01, pylibfdt is needed to be able to build the U-Boot image, so we need to enable BR2_TARGET_UBOOT_NEEDS_PYLIBFDT. Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/199339456 Signed-off-by: Thomas Petazzoni --- diff --git a/configs/friendlyarm_nanopi_a64_defconfig b/configs/friendlyarm_nanopi_a64_defconfig index 7df1d9399c..82c755244b 100644 --- a/configs/friendlyarm_nanopi_a64_defconfig +++ b/configs/friendlyarm_nanopi_a64_defconfig @@ -20,6 +20,7 @@ BR2_TARGET_UBOOT_CUSTOM_VERSION=y BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2019.01" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="nanopi_a64" BR2_TARGET_UBOOT_NEEDS_DTC=y +BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y BR2_TARGET_UBOOT_FORMAT_CUSTOM=y BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot.itb"