Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] boot/xilinx-prebuilt/Config.in: versal needs bootgen
@ 2024-06-28 12:24 Neal Frager via buildroot
  2024-06-28 14:13 ` Luca Ceresoli via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Neal Frager via buildroot @ 2024-06-28 12:24 UTC (permalink / raw)
  To: buildroot
  Cc: andy.a.kennedy, ibai.erkiaga-elorza, luca.ceresoli, brandon.maier,
	thomas.petazzoni, Neal Frager, michal.simek, yann.morin.1998

When building for versal targets, bootgen is required for packaging the
boot.bin.  This patch adds the dependency.

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
 boot/xilinx-prebuilt/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/boot/xilinx-prebuilt/Config.in b/boot/xilinx-prebuilt/Config.in
index d3df1c06e7..a1c2075d7c 100644
--- a/boot/xilinx-prebuilt/Config.in
+++ b/boot/xilinx-prebuilt/Config.in
@@ -28,6 +28,7 @@ config BR2_TARGET_XILINX_PREBUILT_KRIA
 
 config BR2_TARGET_XILINX_PREBUILT_VERSAL
 	bool "versal"
+	depends on BR2_PACKAGE_HOST_BOOTGEN
 
 endchoice
 
-- 
2.25.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-06-28 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 12:24 [Buildroot] [PATCH v1 1/1] boot/xilinx-prebuilt/Config.in: versal needs bootgen Neal Frager via buildroot
2024-06-28 14:13 ` Luca Ceresoli via buildroot
2024-06-28 15:47   ` Frager, Neal via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox