Files
buildroot/package
Thomas Petazzoni 79c964537d package/systemd: fix systemd-boot installation
Following the bump of systemd to 257.5 in commit
7d8d48cd2b, the installation of
systemd-boot fails with:

/usr/bin/install -D -m 0644 /home/thomas/projets/buildroot/outputs/3/build/systemd-257.5/buildroot-build/src/boot/efi/systemd-bootx64.efi /home/thomas/projets/buildroot/outputs/3/images/efi-part/EFI/BOOT/bootx64.efi
/usr/bin/install: cannot stat '/home/thomas/projets/buildroot/outputs/3/build/systemd-257.5/buildroot-build/src/boot/efi/systemd-bootx64.efi': No such file or directory

Indeed, the systemd-bootx64.efi binary is no longer produced in
buildroot-build/src/boot/efi/, but in buildroot-build/src/boot/.

No autobuilder failures have been found corresponding to this issue,
but it can be reproduced with:

 BR2_x86_64=y
 BR2_x86_corei7=y
 BR2_TOOLCHAIN_EXTERNAL=y
 BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_X86_64_CORE_I7_GLIBC_BLEEDING_EDGE=y
 BR2_INIT_SYSTEMD=y
 BR2_SYSTEM_BIN_SH_NONE=y
 BR2_SYSTEM_DEFAULT_PATH="/bin:/sbin:/usr/bin:/usr/sbin"
 # BR2_PACKAGE_BUSYBOX is not set
 BR2_PACKAGE_SYSTEMD_BOOT=y
 # BR2_TARGET_ROOTFS_TAR is not set

Most likely this was caused by upstream commit
97318131fd06a5bc35454da81dcbbc84f16d9940, even though we didn't check
if this commit was really the culprit.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-06-25 18:56:03 +02:00
..
2025-05-16 16:42:22 +02:00
2025-04-25 18:14:28 +02:00
2025-05-07 19:25:58 +02:00
2025-04-19 17:02:18 +02:00
2025-06-12 09:59:11 +02:00
2025-06-15 13:40:19 +02:00
2025-04-21 16:24:44 +02:00
2025-05-12 17:26:43 +02:00
2025-06-06 19:22:38 +02:00
2025-06-08 16:21:21 +02:00
2025-05-19 19:09:24 +02:00
2025-06-19 20:43:46 +02:00
2025-05-20 19:12:40 +02:00
2025-05-18 23:06:43 +02:00
2025-05-20 19:12:40 +02:00
2025-05-12 22:01:02 +02:00
2025-04-15 22:22:02 +02:00
2025-05-07 18:23:43 +02:00
2025-06-17 20:58:31 +02:00
2025-05-16 13:54:02 +02:00
2025-04-28 22:21:58 +02:00
2025-04-20 17:43:02 +02:00
2025-06-15 22:44:17 +02:00
2025-05-17 09:28:58 +02:00
2025-06-12 09:59:11 +02:00
2025-06-05 10:55:42 +02:00
2025-06-23 22:06:46 +02:00
2025-05-17 09:07:31 +02:00
2025-06-15 12:38:03 +02:00
2025-04-21 16:24:55 +02:00
2025-06-04 20:15:14 +02:00
2025-05-19 19:13:17 +02:00
2025-05-12 21:51:18 +02:00
2025-06-15 16:22:46 +02:00
2025-06-12 09:59:11 +02:00
2025-05-07 22:25:26 +02:00
2025-06-18 22:07:48 +02:00
2025-05-05 23:18:24 +02:00
2025-05-16 18:46:24 +02:00
2025-05-17 15:37:41 +02:00
2025-06-12 09:59:11 +02:00
2025-04-21 16:25:41 +02:00
2025-04-19 23:41:08 +02:00
2025-05-31 12:36:01 +02:00
2025-06-16 22:57:32 +02:00
2025-06-12 09:59:11 +02:00
2025-06-16 22:13:47 +02:00
2025-04-28 21:46:20 +02:00
2025-05-16 10:55:25 +02:00
2025-06-15 22:32:23 +02:00
2025-06-20 18:36:02 +02:00
2025-05-07 10:36:54 +02:00
2025-06-15 13:00:29 +02:00
2025-06-22 12:43:00 +02:00