From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Brandon Maier via buildroot <buildroot@buildroot.org>
Cc: Brandon Maier <brandon.maier@collins.com>,
Neal Frager <neal.frager@amd.com>
Subject: Re: [Buildroot] [PATCH] configs/zynqmp_kria_*_defconfig: add missing U-Boot build dependency
Date: Mon, 19 Aug 2024 13:18:04 +0200 [thread overview]
Message-ID: <20240819131804.38262a01@windsurf> (raw)
In-Reply-To: <20240816-zynqmp-kria-defconfig-add-missing-uboot-build-dep-v1-1-30867a0e6f72@collins.com>
On Fri, 16 Aug 2024 16:37:30 +0000
Brandon Maier via buildroot <buildroot@buildroot.org> wrote:
> From: Brandon Maier <Brandon.Maier@collins.com>
>
> When building these boards with BR2_PER_PACKAGE_DIRECTORIES enabled,
> the following error occurs from U-Boot.
>
> tools/mkeficapsule.c:18:10: fatal error: uuid/uuid.h: No such file or directory
> 18 | #include <uuid/uuid.h>
> | ^~~~~~~~~~~~~
>
> The U-Boot defconfig these boards use 'xilinx_zynqmp_kria' enables
> CONFIG_EFI_CAPSULE_ON_DISK, which requires util-linux.
>
> This doesn't fail when BR2_PER_PACKAGE_DIRECTORIES is disabled. This
> is because host-e2fsprogs requires host-util-linux, and
> host-util-linux always builds before host-uboot when single-threaded.
>
> Signed-off-by: Brandon Maier <brandon.maier@collins.com>
> ---
> configs/zynqmp_kria_kd240_defconfig | 1 +
> configs/zynqmp_kria_kr260_defconfig | 1 +
> configs/zynqmp_kria_kv260_defconfig | 1 +
> 3 files changed, 3 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-08-19 11:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-16 16:37 [Buildroot] [PATCH] configs/zynqmp_kria_*_defconfig: add missing U-Boot build dependency Brandon Maier via buildroot
2024-08-19 5:31 ` Frager, Neal via buildroot
2024-08-19 11:18 ` Thomas Petazzoni via buildroot [this message]
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=20240819131804.38262a01@windsurf \
--to=buildroot@buildroot.org \
--cc=brandon.maier@collins.com \
--cc=neal.frager@amd.com \
--cc=thomas.petazzoni@bootlin.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.