Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v4 1/4] boot/xilinx-prebuilt: change versal pdi file permissions
@ 2025-05-19  8:36 Neal Frager via buildroot
  2025-05-19  8:36 ` [Buildroot] [PATCH v4 2/4] boot/xilinx-prebuilt: add segmented config support Neal Frager via buildroot
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Neal Frager via buildroot @ 2025-05-19  8:36 UTC (permalink / raw)
  To: buildroot
  Cc: ibai.erkiaga-elorza, luca.ceresoli, brandon.maier, ju.o,
	thomas.petazzoni, Neal Frager, fabio.caccamo, romain.naour,
	michal.simek, arnout

The versal vpl_gen_fixed.pdi file is not a target executable, so the file
permissions should be 644 instead of 755.

Signed-off-by: Neal Frager <neal.frager@amd.com>
Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
---
V4:
- new patch included with V4 of series
---
 boot/xilinx-prebuilt/xilinx-prebuilt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boot/xilinx-prebuilt/xilinx-prebuilt.mk b/boot/xilinx-prebuilt/xilinx-prebuilt.mk
index d0817d3cc7..72273f0d2f 100644
--- a/boot/xilinx-prebuilt/xilinx-prebuilt.mk
+++ b/boot/xilinx-prebuilt/xilinx-prebuilt.mk
@@ -61,7 +61,7 @@ endef
 endif # !BR2_TARGET_XILINX_EMBEDDEDSW_VERSAL_PSMFW
 
 define XILINX_PREBUILT_INSTALL_VERSAL_PDI
-	$(INSTALL) -D -m 0755 $(XILINX_PREBUILT_PDI) \
+	$(INSTALL) -D -m 0644 $(XILINX_PREBUILT_PDI) \
 		$(BINARIES_DIR)/vpl_gen_fixed.pdi
 endef
 else # BR2_TARGET_XILINX_PREBUILT_VERSAL
-- 
2.25.1

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

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

end of thread, other threads:[~2025-06-09 19:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-19  8:36 [Buildroot] [PATCH v4 1/4] boot/xilinx-prebuilt: change versal pdi file permissions Neal Frager via buildroot
2025-05-19  8:36 ` [Buildroot] [PATCH v4 2/4] boot/xilinx-prebuilt: add segmented config support Neal Frager via buildroot
2025-05-19  8:36 ` [Buildroot] [PATCH v4 3/4] board/versal: change pdi filename to boot.pdi Neal Frager via buildroot
2025-05-19  8:36 ` [Buildroot] [PATCH v4 4/4] boot/xilinx-prebuilt: install pld.pdi to target Neal Frager via buildroot
2025-05-19 15:39   ` Luca Ceresoli via buildroot
2025-05-19 15:41 ` [Buildroot] [PATCH v4 1/4] boot/xilinx-prebuilt: change versal pdi file permissions Luca Ceresoli via buildroot
2025-05-19 15:51   ` Frager, Neal via buildroot
2025-06-09 19:51 ` Julien Olivain

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