summaryrefslogtreecommitdiff
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2013-10-30 12:35:17 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-12 16:53:03 +0000
commita65db42d4b0c6636ee6538a28930e4d19e170d18 (patch)
tree74a9899ef622943a8fef374401e5d55c456b69b6 /meta/recipes-kernel
parentb14ba80d22f4892a4d9269dbf982b2f88109da98 (diff)
downloadopenembedded-core-a65db42d4b0c6636ee6538a28930e4d19e170d18.tar.gz
openembedded-core-a65db42d4b0c6636ee6538a28930e4d19e170d18.tar.bz2
openembedded-core-a65db42d4b0c6636ee6538a28930e4d19e170d18.zip
grub-efi.bbclass: Fix startup.nsh to work on more EFI revs
Some revs of the EFI firmware + shell do not automatically setup the path in a such a way as to execute a binary without an absolute reference like "FS0:\EFI\BOOT\bootx64.efi". All the versions that I have tested work properly by simply calling the binary which is in the EFI\BOOT directory by name like "bootx64.efi". The error you see on the console looks like the following: startup.nsh> EFI\BOOT\bootx64.efi 'EFI\BOOT\bootx64.efi' is not recognized as an internal or external command, operable program, or batch file Shell> This patch simply drops the EFI\BOOT for greater compatibility. (From OE-Core master rev: 754b52ea7a3cdf8e7e939a314525d16c4dfb52cb) Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions