diff options
-rw-r--r-- | meta/recipes-bsp/grub/grub-efi-native_1.99.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb index 40e618c599..c86cf50082 100644 --- a/meta/recipes-bsp/grub/grub-efi-native_1.99.bb +++ b/meta/recipes-bsp/grub/grub-efi-native_1.99.bb | |||
@@ -60,7 +60,7 @@ EXTRA_OECONF = "--with-platform=efi --disable-grub-mkfont \ | |||
60 | do_mkimage() { | 60 | do_mkimage() { |
61 | ./grub-mkimage -p / -d ./grub-core/ \ | 61 | ./grub-mkimage -p / -d ./grub-core/ \ |
62 | -O ${GRUB_TARGET}-efi -o ./${GRUB_IMAGE} \ | 62 | -O ${GRUB_TARGET}-efi -o ./${GRUB_IMAGE} \ |
63 | boot linux fat serial part_msdos normal | 63 | boot linux fat serial part_msdos normal efi_gop |
64 | } | 64 | } |
65 | addtask mkimage after do_compile before do_install | 65 | addtask mkimage after do_compile before do_install |
66 | 66 | ||