crops-yocto/poky/meta/classes/grub-efi.bbclass

9 lines
161 B
Plaintext
Raw Permalink Normal View History

2024-03-01 23:15:01 +01:00
inherit grub-efi-cfg
require conf/image-uefi.conf
efi_populate() {
efi_populate_common "$1" grub-efi
install -m 0644 ${GRUB_CFG} ${DEST}${EFIDIR}/grub.cfg
}