On Wed, Oct 22, 2025 at 01:25:06AM -0400, [email protected] wrote:
> From: Chali Anis <[email protected]>
> 
> this will provide the uefi bios binaries to used for efi aarch64
> payload test.
> 
> Signed-off-by: Chali Anis <[email protected]>
> ---
>  test/Containerfile | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/test/Containerfile b/test/Containerfile
> index c6c3c57596a6..3d277a147ad1 100644
> --- a/test/Containerfile
> +++ b/test/Containerfile
> @@ -40,6 +40,7 @@ RUN apt-get update && apt-get install -y 
> --no-install-recommends \
>       qemu-system-misc \
>       qemu-system-mips \
>       qemu-system-x86 \
> +     qemu-efi-aarch64 \
>       qemu-system-common \
>       ovmf \
>       python3 \
> @@ -63,7 +64,7 @@ ENV LLVM_VERSION=21
>  
>  RUN apt-get update && apt-get install -y --no-install-recommends lsb-release 
> gnupg \
>       && wget https://apt.llvm.org/llvm.sh \
> -     && chmod +x llvm.sh && ./llvm.sh ${LLVM_VERSION} \
> +     && chmod +x llvm.sh && ./llvm.sh ${LLVM_VERSION} -n trixie \

We had problems installing LLVM 21 on latest trixie and therefore
downgraded to LLVM 20, see
https://lore.barebox.org/[email protected].

Does this change here have something to do with this?

In any way, this change doesn't seem to be related to installing
qemu-efi-aarch64, so this should be an extra patch with an explanation
why it's needed.

Sascha

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

Reply via email to