grub-efi: Allow to use file name different from grub.cfg in GRUBCFG sandbox/nguyomard/tizen-common-2015q2
authornicolas guyomard <nicolas.guyomard@open.eurogiciel.org>
Thu, 11 Jun 2015 09:00:59 +0000 (11:00 +0200)
committernicolas guyomard <nicolas.guyomard@open.eurogiciel.org>
Thu, 11 Jun 2015 09:00:59 +0000 (11:00 +0200)
Signed-off-by: Nicolas GUYOMARD <nicolas.guyomard@open.eurogiciel.org>
meta/classes/grub-efi.bbclass

index 47bd35e..6d58d48 100644 (file)
@@ -39,7 +39,7 @@ efi_populate() {
        fi
        install -m 0644 ${DEPLOY_DIR_IMAGE}/${GRUB_IMAGE} ${DEST}${EFIDIR}
 
-       install -m 0644 ${GRUBCFG} ${DEST}${EFIDIR}
+       install -m 0644 ${GRUBCFG} ${DEST}${EFIDIR}/grub.cfg
 }
 
 efi_iso_populate() {