DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Alexander Dahl <post@lespocky.de>
To: distrokit@pengutronix.de
Cc: Alexander Dahl <post@lespocky.de>,
	Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [PATCH] tf-a: Add missing dependency to host dtc
Date: Sat, 14 Mar 2020 14:05:06 +0100	[thread overview]
Message-ID: <20200314130506.19889-1-post@lespocky.de> (raw)

Build after clean all failed like this:

    /bin/sh: 1: dtc: not found
    dtc version too old (), you need at least version 1.4.4

A quick inspection of the tf-a source showed dtc is only needed for
stm32 when TF_A_EXTRA_ARGS is used, like it is done currently in
DistroKit, so a global dependency might be to broad. However dtc is
probably needed for arm targets anyway, so it should not hurt that
much?!

Signed-off-by: Alexander Dahl <post@lespocky.de>
---
 rules/tf-a.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/tf-a.in b/rules/tf-a.in
index 3cddf79..ba04f44 100644
--- a/rules/tf-a.in
+++ b/rules/tf-a.in
@@ -2,6 +2,7 @@
 
 menuconfig TF_A
 	select BOOTLOADER
+	select HOST_DTC
 	prompt "ARM Trusted Firmware-A        "
 	depends on ARCH_ARM || ARCH_ARM64
 	bool
-- 
2.20.1


_______________________________________________
DistroKit mailing list
DistroKit@pengutronix.de

             reply	other threads:[~2020-03-14 13:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-14 13:05 Alexander Dahl [this message]
2020-03-19 16:28 ` Ahmad Fatoum
2020-03-19 19:31   ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200314130506.19889-1-post@lespocky.de \
    --to=post@lespocky.de \
    --cc=a.fatoum@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox