[oe-commits] [openembedded-core] 02/02: systemd-boot.bbclass: Add configuration data to secondary EFI partition

git at git.openembedded.org git at git.openembedded.org
Wed Jul 5 13:48:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch pyro-next
in repository openembedded-core.

commit 915b01258ef426392bb9052c345f952670db4450
Author: California Sullivan <california.l.sullivan at intel.com>
AuthorDate: Mon Jun 26 17:52:17 2017 -0700

    systemd-boot.bbclass: Add configuration data to secondary EFI partition
    
    The secondary EFI partition is used when booting in EFI mode, and
    without the configuration data we don't get any boot targets.
    
    Partial fix to [YOCTO #11503].
    
    (From OE-Core master rev: 84aa7a00810e135fdad3f77bdb1da7d1f5fb8627)
    
    Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/systemd-boot.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/systemd-boot.bbclass b/meta/classes/systemd-boot.bbclass
index 4e69a2c..9597759 100644
--- a/meta/classes/systemd-boot.bbclass
+++ b/meta/classes/systemd-boot.bbclass
@@ -50,6 +50,7 @@ efi_iso_populate() {
         efi_populate $iso_dir
         mkdir -p ${EFIIMGDIR}/${EFIDIR}
         cp $iso_dir/${EFIDIR}/* ${EFIIMGDIR}${EFIDIR}
+        cp -r $iso_dir/loader ${EFIIMGDIR}
         cp $iso_dir/vmlinuz ${EFIIMGDIR}
         EFIPATH=$(echo "${EFIDIR}" | sed 's/\//\\/g')
         echo "fs0:${EFIPATH}\\${DEST_EFI_IMAGE}" > ${EFIIMGDIR}/startup.nsh

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list