summaryrefslogtreecommitdiffstats
path: root/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb')
-rw-r--r--meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb
index fee1504..f6cacc0 100644
--- a/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb
+++ b/meta-efi-secure-boot/recipes-bsp/seloader/seloader_git.bb
@@ -45,8 +45,8 @@ EXTRA_OEMAKE = "\
45 LIB_GCC="`${CC} -print-libgcc-file-name`" \ 45 LIB_GCC="`${CC} -print-libgcc-file-name`" \
46" 46"
47 47
48EFI_ARCH_x86 = "ia32" 48EFI_ARCH:x86 = "ia32"
49EFI_ARCH_x86-64 = "x64" 49EFI_ARCH:x86-64 = "x64"
50 50
51EFI_TARGET = "/boot/efi/EFI/BOOT" 51EFI_TARGET = "/boot/efi/EFI/BOOT"
52 52
@@ -91,8 +91,8 @@ do_deploy() {
91} 91}
92addtask deploy after do_install before do_build 92addtask deploy after do_install before do_build
93 93
94RDEPENDS_${PN} += "ovmf-pkcs7-efi" 94RDEPENDS:${PN} += "ovmf-pkcs7-efi"
95 95
96FILES_${PN} += "${EFI_TARGET}" 96FILES:${PN} += "${EFI_TARGET}"
97 97
98SSTATE_DUPWHITELIST += "${DEPLOY_DIR_IMAGE}/efi-unsigned" 98SSTATE_DUPWHITELIST += "${DEPLOY_DIR_IMAGE}/efi-unsigned"