diff options
Diffstat (limited to 'meta/classes/grub-efi.bbclass')
| -rw-r--r-- | meta/classes/grub-efi.bbclass | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass deleted file mode 100644 index 4afd12195f..0000000000 --- a/meta/classes/grub-efi.bbclass +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Copyright OpenEmbedded Contributors | ||
| 3 | # | ||
| 4 | # SPDX-License-Identifier: MIT | ||
| 5 | # | ||
| 6 | |||
| 7 | inherit grub-efi-cfg | ||
| 8 | require conf/image-uefi.conf | ||
| 9 | |||
| 10 | efi_populate() { | ||
| 11 | efi_populate_common "$1" grub-efi | ||
| 12 | |||
| 13 | install -m 0644 ${GRUB_CFG} ${DEST}${EFIDIR}/grub.cfg | ||
| 14 | } | ||
