configs: orangepipc defconfig needs dtc for u-boot
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 31 Dec 2015 14:28:15 +0000 (15:28 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 31 Dec 2015 14:28:15 +0000 (15:28 +0100)
As can be seen at
https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/99518455,
the new Orange Pi PC defconfig fails to build due to DTC being missing
when building U-Boot. This commit adds the appropriate option to add
DTC as a dependency to U-Boot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
configs/orangepipc_defconfig

index f430392c14821e7ba0c53c7a89ce77dc891fc918..f39ea43070f199da63e0708573a3a52472ec22b6 100644 (file)
@@ -24,6 +24,7 @@ BR2_TARGET_UBOOT_BOARDNAME="orangepi_pc"
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="http://git.denx.de/u-boot.git"
 BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="4832e17787acb29734d895751bc7a594908aecc6"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM=y
 BR2_TARGET_UBOOT_FORMAT_CUSTOM_NAME="u-boot-sunxi-with-spl.bin"
 BR2_PACKAGE_HOST_GENIMAGE=y