From: Thomas Petazzoni Date: Fri, 8 Feb 2019 12:01:24 +0000 (+0100) Subject: configs/rock64: needs U-Boot pylibfdt X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34ce67f4175c9b5628519e4da26a747d537ce043;p=buildroot.git configs/rock64: needs U-Boot pylibfdt The build currently fails with: *** dtoc needs the Python libfdt library. Either *** install it on your system, or try: *** *** sudo apt-get install swig libpython-dev *** *** to have U-Boot build its own version. Adding BR2_TARGET_UBOOT_NEEDS_PYLIBFDT should fix this build issue, which was reported at: https://gitlab.com/buildroot.org/buildroot/-/jobs/158295223 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/configs/rock64_defconfig b/configs/rock64_defconfig index 29b8e9d3c5..50ffc0474f 100644 --- a/configs/rock64_defconfig +++ b/configs/rock64_defconfig @@ -26,6 +26,7 @@ BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/ayufan-rock64/linux-u-boot. BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="2017.09-rockchip-ayufan-1035-gd646df03ac" BR2_TARGET_UBOOT_BOARD_DEFCONFIG="rock64-rk3328" BR2_TARGET_UBOOT_NEEDS_DTC=y +BR2_TARGET_UBOOT_NEEDS_PYLIBFDT=y BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y BR2_TARGET_UBOOT_NEEDS_ATF_BL31_ELF=y BR2_TARGET_UBOOT_FORMAT_CUSTOM=y