diff options
author | Pranav Tipnis <pranav.tipnis@intel.com> | 2016-08-19 18:28:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:05 +0100 |
commit | 7540b9e68d56e7779b478d2bc09fbbedcf28976b (patch) | |
tree | c81ad49ef612b0d76f3927b78c87aae8e7cfb3e1 /scripts/contrib/python/generate-manifest-2.7.py | |
parent | fb72263eaa94e64ddeee457b5b1bc999f0e647da (diff) | |
download | openembedded-core-7540b9e68d56e7779b478d2bc09fbbedcf28976b.tar.gz openembedded-core-7540b9e68d56e7779b478d2bc09fbbedcf28976b.tar.bz2 openembedded-core-7540b9e68d56e7779b478d2bc09fbbedcf28976b.zip |
grub-efi.bbclass: Fix path in startup.nsh for iso image.
The path in startup.nsh for iso image is corrupted as follows:
fs0:\EFI\BOOT^Hootx64.efi
Using printf will emit correct path which is:
fs0:\EFI\BOOT\bootx64.efi
This happens because of echo command. Switching to printf
like the one used in efi_populate() function.
Signed-off-by: Pranav Tipnis <pranav.tipnis@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/contrib/python/generate-manifest-2.7.py')
0 files changed, 0 insertions, 0 deletions