Skip to content

Commit

Permalink
bsp: grup-efi: extend modules to match legacy config
Browse files Browse the repository at this point in the history
Builtin modules used in legacy build:
https://github.com/zarhus/poky/blob/wic-plugin-pcbios-grub/scripts/lib/wic/plugins/source/bootimg-pcbios.py#L39

Modules: vga, biosdisk have not been present in the EFI build
and could not be included.

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
  • Loading branch information
macpijan committed Nov 4, 2024
1 parent 4115aca commit 543a022
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes-bsp/grub/grub-efi_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ SRC_URI += "file://cfg"
GRUB_BUILDIN = " \
boot linux ext2 fat serial part_msdos part_gpt normal \
efi_gop iso9660 configfile search loadenv test linux16 \
slaunch search_label multiboot2 \
slaunch search_label multiboot2 echo ls reboot chain \
at_keyboard \
"

0 comments on commit 543a022

Please sign in to comment.