summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/grub/grub-bootconf_1.00.bb')
-rw-r--r--meta/recipes-bsp/grub/grub-bootconf_1.00.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
index d376fde68b..750f8c808a 100644
--- a/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
+++ b/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
@@ -23,7 +23,7 @@ do_install() {
23 install -d ${D}/boot 23 install -d ${D}/boot
24 install -d ${D}/boot/EFI 24 install -d ${D}/boot/EFI
25 install -d ${D}/boot/EFI/BOOT 25 install -d ${D}/boot/EFI/BOOT
26 install -m 0744 grub-bootconf ${D}/boot/EFI/BOOT/grub.cfg 26 install grub-bootconf ${D}/boot/EFI/BOOT/grub.cfg
27} 27}
28 28
29FILES_${PN} = "/boot/EFI/BOOT/grub.cfg" 29FILES_${PN} = "/boot/EFI/BOOT/grub.cfg"