From 34d326f1079c8a1def06edb9487a42e5c378d132 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Mon, 27 Jan 2025 09:23:56 +0200 Subject: [PATCH] systemd-boot: update systemd-bootaarch64.efi path poky updated systemd from 256 to 257 which changed the build time path. Signed-off-by: Mikko Rapeli Signed-off-by: Ross Burton --- 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