summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/grub')
-rw-r--r--meta/recipes-bsp/grub/grub-efi_2.00.bb4
1 files changed, 3 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 6944cb280e..4b43749200 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.00.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb
@@ -70,12 +70,14 @@ do_install_class-native() {
70 install -m 755 grub-mkimage ${D}${bindir} 70 install -m 755 grub-mkimage ${D}${bindir}
71} 71}
72 72
73GRUB_BUILDIN ?= "boot linux ext2 fat serial part_msdos part_gpt normal efi_gop iso9660 search"
74
73do_deploy() { 75do_deploy() {
74 # Search for the grub.cfg on the local boot media by using the 76 # Search for the grub.cfg on the local boot media by using the
75 # built in cfg file provided via this recipe 77 # built in cfg file provided via this recipe
76 grub-mkimage -c ../cfg -p /EFI/BOOT -d ./grub-core/ \ 78 grub-mkimage -c ../cfg -p /EFI/BOOT -d ./grub-core/ \
77 -O ${GRUB_TARGET}-efi -o ./${GRUB_IMAGE} \ 79 -O ${GRUB_TARGET}-efi -o ./${GRUB_IMAGE} \
78 boot linux ext2 fat serial part_msdos part_gpt normal efi_gop iso9660 search 80 ${GRUB_BUILDIN}
79 install -m 644 ${B}/${GRUB_IMAGE} ${DEPLOYDIR} 81 install -m 644 ${B}/${GRUB_IMAGE} ${DEPLOYDIR}
80} 82}
81 83