diff options
-rw-r--r-- | meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc index b2bfdaa..4e107ff 100644 --- a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc +++ b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc | |||
@@ -35,7 +35,7 @@ SRC_URI += "\ | |||
35 | # functions efi_call_foo and efi_shim_exit are not implemented for arm64 yet | 35 | # functions efi_call_foo and efi_shim_exit are not implemented for arm64 yet |
36 | COMPATIBLE_HOST_aarch64 = 'null' | 36 | COMPATIBLE_HOST_aarch64 = 'null' |
37 | 37 | ||
38 | EFI_BOOT_PATH = "/boot/efi/EFI/BOOT" | 38 | EFI_BOOT_PATH ?= "/boot/efi/EFI/BOOT" |
39 | 39 | ||
40 | GRUB_SECURE_BOOT_MODULES += "${@'efivar password_pbkdf2 ' if d.getVar('UEFI_SB', True) == '1' else ''}" | 40 | GRUB_SECURE_BOOT_MODULES += "${@'efivar password_pbkdf2 ' if d.getVar('UEFI_SB', True) == '1' else ''}" |
41 | 41 | ||
@@ -186,7 +186,7 @@ do_deploy_class-target() { | |||
186 | cp -af "${D}${EFI_BOOT_PATH}/${GRUB_TARGET}-efi" "${DEPLOYDIR}/efi-unsigned" | 186 | cp -af "${D}${EFI_BOOT_PATH}/${GRUB_TARGET}-efi" "${DEPLOYDIR}/efi-unsigned" |
187 | } | 187 | } |
188 | 188 | ||
189 | FILES_${PN} += "/boot/efi" | 189 | FILES_${PN} += "${EFI_BOOT_PATH}" |
190 | 190 | ||
191 | CONFFILES_${PN} += "\ | 191 | CONFFILES_${PN} += "\ |
192 | ${EFI_BOOT_PATH}/grub.cfg \ | 192 | ${EFI_BOOT_PATH}/grub.cfg \ |