mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 15:52:44 +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) 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>
This commit is contained in:
committed by
Richard Purdie
parent
79dbefbf4a
commit
c42c908058
@@ -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