summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub-efi_2.00.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/grub/grub-efi_2.00.bb')
-rw-r--r--meta/recipes-bsp/grub/grub-efi_2.00.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb
index 5a0dc954a3..531482b915 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.00.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb
@@ -13,7 +13,7 @@ S = "${WORKDIR}/grub-${PV}"
13# Determine the target arch for the grub modules 13# Determine the target arch for the grub modules
14python __anonymous () { 14python __anonymous () {
15 import re 15 import re
16 target = d.getVar('TARGET_ARCH', True) 16 target = d.getVar('TARGET_ARCH')
17 if target == "x86_64": 17 if target == "x86_64":
18 grubtarget = 'x86_64' 18 grubtarget = 'x86_64'
19 grubimage = "bootx64.efi" 19 grubimage = "bootx64.efi"