[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4415/8267] grub-efi: Deploy grub named efi binaries



commit 0df07f41442c13039593a6827828490caa34f297
Author: Saul Wold <sgw linux intel com>
Date:   Tue Jan 24 13:33:15 2017 -0800

    grub-efi: Deploy grub named efi binaries
    
    This allows both grub and systemd-boot efi bootloaders to co-exisit
    
    (From OE-Core rev: 26f4eb19b6e9c71374659605a01af762a0361f41)
    
    Signed-off-by: Saul Wold <sgw linux intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-bsp/grub/grub-efi_2.00.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meta/recipes-bsp/grub/grub-efi_2.00.bb b/meta/recipes-bsp/grub/grub-efi_2.00.bb
index 03d273d..e050301 100644
--- a/meta/recipes-bsp/grub/grub-efi_2.00.bb
+++ b/meta/recipes-bsp/grub/grub-efi_2.00.bb
@@ -16,10 +16,10 @@ python __anonymous () {
     target = d.getVar('TARGET_ARCH')
     if target == "x86_64":
         grubtarget = 'x86_64'
-        grubimage = "bootx64.efi"
+        grubimage = "grub-efi-bootx64.efi"
     elif re.match('i.86', target):
         grubtarget = 'i386'
-        grubimage = "bootia32.efi"
+        grubimage = "grub-efi-bootia32.efi"
     else:
         raise bb.parse.SkipPackage("grub-efi is incompatible with target %s" % target)
     d.setVar("GRUB_TARGET", grubtarget)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]