From: Baruch Siach <baruch@tkos.co.il>
To: Neal Frager via buildroot <buildroot@buildroot.org>
Cc: Neal Frager <neal.frager@amd.com>,
ibai.erkiaga-elorza@amd.com, luca.ceresoli@bootlin.com,
brandon.maier@collins.com, ju.o@free.fr,
thomas.petazzoni@bootlin.com, romain.naour@smile.fr,
michal.simek@amd.com, romain.naour@gmail.com
Subject: Re: [Buildroot] [PATCH v2 1/1] package/bootgen: bump to xilinx_v2026.1
Date: Wed, 17 Jun 2026 08:47:54 +0300 [thread overview]
Message-ID: <87bjd9hg51.fsf@tarshish> (raw)
In-Reply-To: <20260617052225.2995453-1-neal.frager@amd.com> (Neal Frager via buildroot's message of "Wed, 17 Jun 2026 06:22:25 +0100")
Hi Neal,
On Wed, Jun 17 2026, Neal Frager via buildroot wrote:
> Bump bootgen to xilinx_v2026.1 release.
>
> The following patches are now included and can be removed:
> 0001-lms-hash-sigs-hss_param.c-add-stdio.h-include.patch
> 0002-flexlexer-use-embedded-win_include-flexlexer.h.patch
>
> bootgen xilinx_v2026.1 now requires C++ version 14, so the build command has
> been updated to reflect this.
>
> Add dependency on BR2_TOOLCHAIN_GCC_AT_LEAST_5 as gcc v5 is needed for C++
> version 14 support.
>
> Signed-off-by: Neal Frager <neal.frager@amd.com>
> ---
[...]
> diff --git a/package/bootgen/Config.in.host b/package/bootgen/Config.in.host
> index 0acb58dee0..151d6ae0a2 100644
> --- a/package/bootgen/Config.in.host
> +++ b/package/bootgen/Config.in.host
> @@ -1,5 +1,6 @@
> config BR2_PACKAGE_HOST_BOOTGEN
> bool "host bootgen"
> + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # C++14
This is a host package. I think you need BR2_HOST_GCC_AT_LEAST_5 here.
> help
> bootgen is a tool to generate a boot.bin firmware
> for Xilinx versal, zynqmp and zynq product families.
> @@ -8,3 +9,6 @@ config BR2_PACKAGE_HOST_BOOTGEN
> what is included with u-boot mkimage.
>
> https://github.com/Xilinx/bootgen
> +
> +comment "host-bootgen needs a host gcc >= 5"
> + depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_5
Comment is not needed for host dependencies. See manual section 18.2.4
(Dependencies on target and toolchain options).
baruch
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-06-17 5:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-17 5:22 [Buildroot] [PATCH v2 1/1] package/bootgen: bump to xilinx_v2026.1 Neal Frager via buildroot
2026-06-17 5:47 ` Baruch Siach [this message]
2026-06-17 6:13 ` Frager, Neal via buildroot
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=87bjd9hg51.fsf@tarshish \
--to=baruch@tkos.co.il \
--cc=brandon.maier@collins.com \
--cc=buildroot@buildroot.org \
--cc=ibai.erkiaga-elorza@amd.com \
--cc=ju.o@free.fr \
--cc=luca.ceresoli@bootlin.com \
--cc=michal.simek@amd.com \
--cc=neal.frager@amd.com \
--cc=romain.naour@gmail.com \
--cc=romain.naour@smile.fr \
--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.