[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/1] grub-mkimage: Creating aarch64 images from x86 host is b
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 1/1] grub-mkimage: Creating aarch64 images from x86 host is broken |
Date: |
Wed, 27 Apr 2022 14:10:22 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Wed, Apr 27, 2022 at 10:46:48AM +0000, Darren Kenny wrote:
> A recent fix that made appears to have broken the ability to create an
> aarch64 boot image on a x86-based host.
>
> This was due to an overzealous testing of the architecture when building
> grub-mkimage and removing the code that build an Arm image when not
> built on Arm.
>
> Fixes: 8541f319 ("grub-mkimage: Only check aarch64 relocations when built for
> aarch64")
>
> Signed-off-by: Darren Kenny <darren.kenny@oracle.com>
> Tested-by: Selva Ganesan <selvaganesan89@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Daniel