diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/grub-efi.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass index a093628455..c6f5d4e246 100644 --- a/meta/classes/grub-efi.bbclass +++ b/meta/classes/grub-efi.bbclass | |||
@@ -14,7 +14,7 @@ | |||
14 | # ${GRUB_OPTS} - additional options to add to the config, ';' delimited # (optional) | 14 | # ${GRUB_OPTS} - additional options to add to the config, ';' delimited # (optional) |
15 | # ${GRUB_TIMEOUT} - timeout before executing the deault label (optional) | 15 | # ${GRUB_TIMEOUT} - timeout before executing the deault label (optional) |
16 | 16 | ||
17 | do_bootimg[depends] += "grub-efi-${TARGET_ARCH}-native:do_deploy" | 17 | do_bootimg[depends] += "grub-efi-${TRANSLATED_TARGET_ARCH}-native:do_deploy" |
18 | 18 | ||
19 | GRUBCFG = "${S}/grub.cfg" | 19 | GRUBCFG = "${S}/grub.cfg" |
20 | GRUB_TIMEOUT ?= "10" | 20 | GRUB_TIMEOUT ?= "10" |