summaryrefslogtreecommitdiffstats
path: root/meta/classes/grub-efi.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/grub-efi.bbclass')
-rw-r--r--meta/classes/grub-efi.bbclass14
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
7inherit grub-efi-cfg
8require conf/image-uefi.conf
9
10efi_populate() {
11 efi_populate_common "$1" grub-efi
12
13 install -m 0644 ${GRUB_CFG} ${DEST}${EFIDIR}/grub.cfg
14}