summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub/grub-bootconf_1.00.bb
diff options
context:
space:
mode:
authorCalifornia Sullivan <california.l.sullivan@intel.com>2018-02-28 18:15:00 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-06 06:35:42 -0800
commit531f7b444530bf3fa0a10b29d3f8c5ea5d427f14 (patch)
tree8d85fb59239716adad758bd1c1f74c87b7167433 /meta/recipes-bsp/grub/grub-bootconf_1.00.bb
parent067ef24d2e074a9030b963f42fdb86d4a844ec7a (diff)
downloadopenembedded-core-contrib-531f7b444530bf3fa0a10b29d3f8c5ea5d427f14.tar.gz
grub-efi: install to /boot/
Since /boot/ will be recipe/package controlled now we can't just deploy. (From OE-Core rev: f9c3405a99f3c0fd922d21bea7bb0bd0dd3a2ab2) Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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() {
install -d ${D}/boot
install -d ${D}/boot/EFI
install -d ${D}/boot/EFI/BOOT
- install -m 0744 grub-bootconf ${D}/boot/EFI/BOOT/grub.cfg
+ install grub-bootconf ${D}/boot/EFI/BOOT/grub.cfg
}
FILES_${PN} = "/boot/EFI/BOOT/grub.cfg"