[gnome-continuous-yocto/gnomeostree-3.28-rocko: 530/8267] grub-efi.bbclass: also write startup.nsh for non-iso



commit dbee7aed3d1a21dac503de8997ae4ec805990530
Author: Christopher Larson <chris_larson mentor com>
Date:   Wed May 25 13:31:50 2016 -0700

    grub-efi.bbclass: also write startup.nsh for non-iso
    
    wic will be needing this for its bootimg-efi plugin.
    
    [YOCTO #9556]
    
    (From OE-Core rev: ec8dc34f974ddda420bddbd195fb344e3db46cab)
    
    Signed-off-by: Christopher Larson <chris_larson mentor com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/grub-efi.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meta/classes/grub-efi.bbclass b/meta/classes/grub-efi.bbclass
index d0ae6c9..b8c20dd 100644
--- a/meta/classes/grub-efi.bbclass
+++ b/meta/classes/grub-efi.bbclass
@@ -45,6 +45,8 @@ efi_populate() {
                GRUB_IMAGE="bootx64.efi"
        fi
        install -m 0644 ${DEPLOY_DIR_IMAGE}/${GRUB_IMAGE} ${DEST}${EFIDIR}
+       EFIPATH=$(echo "${EFIDIR}" | sed 's/\//\\/g')
+       printf 'fs0:%s\%s\n' "$EFIPATH" "$GRUB_IMAGE" >${DEST}/startup.nsh
 
        install -m 0644 ${GRUB_CFG} ${DEST}${EFIDIR}/grub.cfg
 }


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