diff mbox

socrates_cyclone5_defconfig: U-Boot needs DTC

Message ID 20170813232524.17775-1-arnout@mind.be
State Accepted
Headers show

Commit Message

Arnout Vandecappelle Aug. 13, 2017, 11:25 p.m. UTC
Probably not noticed before because dtc was already built or it was
installed on the host.

Fixes: https://gitlab.com/arnout/buildroot/-/jobs/28979369

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Michał Łyszczek <michal.lyszczek@bofc.pl>
---
 configs/socrates_cyclone5_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Michał Łyszczek Aug. 14, 2017, 5:21 a.m. UTC | #1
W dniu 14.08.2017 o 01:25, Arnout Vandecappelle (Essensium/Mind) pisze:
> Probably not noticed before because dtc was already built or it was
> installed on the host.
> 
> Fixes: https://gitlab.com/arnout/buildroot/-/jobs/28979369
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> Cc: Michał Łyszczek <michal.lyszczek@bofc.pl>
> ---
>  configs/socrates_cyclone5_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configs/socrates_cyclone5_defconfig b/configs/socrates_cyclone5_defconfig
> index 5793458b74..45355c1b85 100644
> --- a/configs/socrates_cyclone5_defconfig
> +++ b/configs/socrates_cyclone5_defconfig
> @@ -21,6 +21,7 @@ BR2_TARGET_UBOOT_CUSTOM_GIT=y
>  BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/altera-opensource/u-boot-socfpga.git"
>  BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2017.07"
>  BR2_TARGET_UBOOT_BOARD_DEFCONFIG="socfpga_socrates"
> +BR2_TARGET_UBOOT_NEEDS_DTC=y
>  BR2_TARGET_UBOOT_FORMAT_IMG=y
>  BR2_TARGET_UBOOT_SPL=y
>  BR2_TARGET_UBOOT_ALTERA_SOCFPGA_IMAGE_CRC=y
> 


Hi, I tested it on clear buildroot (clone -> patch -> make) and yes, I
have dtc installed on my host. Thanks for catching that!
Thomas Petazzoni Aug. 14, 2017, 8:10 p.m. UTC | #2
Hello,

On Mon, 14 Aug 2017 01:25:24 +0200, Arnout Vandecappelle
(Essensium/Mind) wrote:
> Probably not noticed before because dtc was already built or it was
> installed on the host.
> 
> Fixes: https://gitlab.com/arnout/buildroot/-/jobs/28979369
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> Cc: Michał Łyszczek <michal.lyszczek@bofc.pl>
> ---
>  configs/socrates_cyclone5_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/configs/socrates_cyclone5_defconfig b/configs/socrates_cyclone5_defconfig
index 5793458b74..45355c1b85 100644
--- a/configs/socrates_cyclone5_defconfig
+++ b/configs/socrates_cyclone5_defconfig
@@ -21,6 +21,7 @@  BR2_TARGET_UBOOT_CUSTOM_GIT=y
 BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/altera-opensource/u-boot-socfpga.git"
 BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2017.07"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="socfpga_socrates"
+BR2_TARGET_UBOOT_NEEDS_DTC=y
 BR2_TARGET_UBOOT_FORMAT_IMG=y
 BR2_TARGET_UBOOT_SPL=y
 BR2_TARGET_UBOOT_ALTERA_SOCFPGA_IMAGE_CRC=y