mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
grub-efi: add grub target and image for aarch64
Add missing target and image for aarch64, as the current revision is already fully compatible with ARMv8. (From OE-Core rev: 43dc32aa00c87f62dcf9a857d4e32469ce27c9e9) (From OE-Core rev: df755db584d3a17505700965591eccb68695d00d) Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a455c16951
commit
86f7546783
@@ -22,6 +22,9 @@ python __anonymous () {
|
||||
elif re.match('i.86', target):
|
||||
grubtarget = 'i386'
|
||||
grubimage = prefix + "bootia32.efi"
|
||||
elif re.match('aarch64', target):
|
||||
grubtarget = 'arm64'
|
||||
grubimage = prefix + "bootaa64.efi"
|
||||
else:
|
||||
raise bb.parse.SkipRecipe("grub-efi is incompatible with target %s" % target)
|
||||
d.setVar("GRUB_TARGET", grubtarget)
|
||||
|
||||
Reference in New Issue
Block a user