diff options
Diffstat (limited to 'meta/recipes-bsp/grub/grub-efi_2.02.bb')
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi_2.02.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi_2.02.bb b/meta/recipes-bsp/grub/grub-efi_2.02.bb index 44e32a88f1..a7be6cf30d 100644 --- a/meta/recipes-bsp/grub/grub-efi_2.02.bb +++ b/meta/recipes-bsp/grub/grub-efi_2.02.bb | |||
@@ -51,7 +51,8 @@ do_install_append_class-target() { | |||
51 | {} + | 51 | {} + |
52 | } | 52 | } |
53 | 53 | ||
54 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal efi_gop iso9660 search" | 54 | GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal \ |
55 | efi_gop iso9660 search" | ||
55 | 56 | ||
56 | do_deploy() { | 57 | do_deploy() { |
57 | # Search for the grub.cfg on the local boot media by using the | 58 | # Search for the grub.cfg on the local boot media by using the |