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

9 lines
161 B
Plaintext
Raw Permalink Normal View History

2025-05-10 21:58:58 +08: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
}