diff options
-rw-r--r-- | meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend b/meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend index 9d20c18..9d08c5b 100644 --- a/meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend +++ b/meta-intel-extras/recipes/grub/grub-efi_2.00.bbappend | |||
@@ -34,7 +34,7 @@ CFLAGS_append_class-native = " -Wno-error=packed-not-aligned" | |||
34 | 34 | ||
35 | do_install[depends] += " \ | 35 | do_install[depends] += " \ |
36 | virtual/kernel:do_deploy \ | 36 | virtual/kernel:do_deploy \ |
37 | ${INITRAMFS_IMAGE}:do_rootfs \ | 37 | ${INITRAMFS_IMAGE}:do_image_complete \ |
38 | ${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', 'intel-microcode:do_deploy', '', d)} \ | 38 | ${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', 'intel-microcode:do_deploy', '', d)} \ |
39 | " | 39 | " |
40 | 40 | ||