]> code.ossystems Code Review - openembedded-core.git/commit
grub-efi, gummiboot: Emit correct path in startup.nsh
authorKhem Raj <raj.khem@gmail.com>
Sat, 10 Oct 2015 01:53:25 +0000 (01:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Oct 2015 16:47:45 +0000 (17:47 +0100)
commit38fe481911e7c4e9f674ded8f66878dff9e12ce3
treedb29da1d56a61763ec6e68ceb3f836455b4467c7
parente789603c9470ad22f935ab993a13f9ee7c9630eb
grub-efi, gummiboot: Emit correct path in startup.nsh

when we generate hddimage and use it to prepare SD card
using scripts/contrib/mkefidisk.sh as described here

http://elinux.org/Minnowboard:MinnowMaxYoctoProject

The content of startup.nsh contains

bootx64.efi

but this file is actually not in same dir as startup.nsh
its in /EFI/BOOT so for this to work entry in startup.nsh
should be

fs0:\EFI\BOOT\bootx64.efi

Otherwise the image is D-O-A

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/grub-efi.bbclass
meta/classes/gummiboot.bbclass