All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] systemd-boot: update systemd-bootaarch64.efi path
@ 2025-01-27  7:23 Mikko Rapeli
  2025-01-28 15:33 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 8+ messages in thread
From: Mikko Rapeli @ 2025-01-27  7:23 UTC (permalink / raw)
  To: meta-arm; +Cc: Mikko Rapeli

poky updated systemd from 256 to 257 which changed
the build time path.

Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 meta-arm/recipes-core/systemd/systemd-boot-uefi-secureboot.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arm/recipes-core/systemd/systemd-boot-uefi-secureboot.inc b/meta-arm/recipes-core/systemd/systemd-boot-uefi-secureboot.inc
index 84196a68..9d72dac5 100644
--- a/meta-arm/recipes-core/systemd/systemd-boot-uefi-secureboot.inc
+++ b/meta-arm/recipes-core/systemd/systemd-boot-uefi-secureboot.inc
@@ -1,6 +1,6 @@
 inherit sbsign
 
-SBSIGN_TARGET_BINARY = "${B}/src/boot/efi/systemd-boot${EFI_ARCH}.efi"
+SBSIGN_TARGET_BINARY = "${B}/src/boot/systemd-boot${EFI_ARCH}.efi"
 
 do_compile:append() {
     do_sbsign
-- 
2.43.0



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

end of thread, other threads:[~2025-01-31  7:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-27  7:23 [PATCH] systemd-boot: update systemd-bootaarch64.efi path Mikko Rapeli
2025-01-28 15:33 ` [meta-arm] " Jon Mason
2025-01-29  7:03   ` Mikko Rapeli
     [not found]   ` <181F17E3A23753E5.21193@lists.yoctoproject.org>
2025-01-29 14:46     ` Mikko Rapeli
2025-01-30 15:34     ` [PATCH 1/3] systemd-boot-native: undelete but disable configure and compile tasks Mikko Rapeli
2025-01-30 15:34       ` [PATCH 2/3] uki.bbclass: capture ukify command stdout and stderr Mikko Rapeli
2025-01-30 15:34       ` [PATCH 3/3] systemd-boot-native: fix kernel signature for secureboot Mikko Rapeli
     [not found]     ` <181F3119A56BC89E.31881@lists.yoctoproject.org>
2025-01-31  7:45       ` [meta-arm] [PATCH] systemd-boot: update systemd-bootaarch64.efi path Mikko Rapeli

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.