Re: [ImageBuilder v2] uboot-script-gen: fix arm64 xen u-boot image generation

2025-04-16 Thread Stefano Stabellini
On Wed, 16 Apr 2025, Grygorii Strashko wrote: > From: Grygorii Strashko > > The current code in generate_uboot_images() does not detect arm64 properly > and always generates ARM u-boot image, because below command > file -L $XEN > returns string which may contain "Aarch64" or "ARM64", and, in th

[ImageBuilder v2] uboot-script-gen: fix arm64 xen u-boot image generation

2025-04-16 Thread Grygorii Strashko
From: Grygorii Strashko The current code in generate_uboot_images() does not detect arm64 properly and always generates ARM u-boot image, because below command file -L $XEN returns string which may contain "Aarch64" or "ARM64", and, in the later case, the current code will mistakenly identify Xe