From: Danomi Manchego <danomimanchego123@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] boot/arm-trusted-firmware: add missing host-uboot-tools select
Date: Mon, 22 Jul 2019 21:34:24 -0400 [thread overview]
Message-ID: <20190723013424.1827-1-danomimanchego123@gmail.com> (raw)
The "Build BL31 U-Boot image" option uses mkimage to make atf-uboot.ub,
and has a make dependency on host-uboot-tools. Therefore, the Config.in
option should select BR2_PACKAGE_HOST_UBOOT_TOOLS. (Just like similar
options in linux, package/xvisor, and fs/cpio.)
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
boot/arm-trusted-firmware/Config.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/boot/arm-trusted-firmware/Config.in b/boot/arm-trusted-firmware/Config.in
index beb95fb..2e41bd0 100644
--- a/boot/arm-trusted-firmware/Config.in
+++ b/boot/arm-trusted-firmware/Config.in
@@ -86,6 +86,7 @@ config BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31
config BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31_UBOOT
bool "Build BL31 U-Boot image"
select BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31
+ select BR2_PACKAGE_HOST_UBOOT_TOOLS
help
Generates a U-Boot image named atf-uboot.ub containing
bl31.bin. This is used for example by the Xilinx version of
--
2.7.4
next reply other threads:[~2019-07-23 1:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-23 1:34 Danomi Manchego [this message]
2019-07-23 4:02 ` [Buildroot] [PATCH 1/1] boot/arm-trusted-firmware: add missing host-uboot-tools select Baruch Siach
2019-07-23 12:16 ` Danomi Manchego
2019-07-23 13:24 ` Baruch Siach
2019-07-23 22:30 ` Thomas Petazzoni
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=20190723013424.1827-1-danomimanchego123@gmail.com \
--to=danomimanchego123@gmail.com \
--cc=buildroot@busybox.net \
/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