mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/3] test: Containerfile: add qemu-efi-aarch64.
@ 2025-10-22  5:25 chalianis1
  2025-10-22  5:25 ` [PATCH 2/3] test: arm: add efi v8 test for efi arm64 payload chalianis1
  2025-10-22  5:25 ` [PATCH 3/3] doc: efi: add efi armv8 payload documentation chalianis1
  0 siblings, 2 replies; 3+ messages in thread
From: chalianis1 @ 2025-10-22  5:25 UTC (permalink / raw)
  To: s.hauer; +Cc: barebox, Chali Anis

From: Chali Anis <chalianis1@gmail.com>

this will provide the uefi bios binaries to used for efi aarch64
payload test.

Signed-off-by: Chali Anis <chalianis1@gmail.com>
---
 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 \
 	&& apt-get remove -y lsb-release gnupg \
 	&& apt-get autoremove -y --purge \
 	&& apt-get clean \
-- 
2.34.1




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-10-22  5:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-22  5:25 [PATCH 1/3] test: Containerfile: add qemu-efi-aarch64 chalianis1
2025-10-22  5:25 ` [PATCH 2/3] test: arm: add efi v8 test for efi arm64 payload chalianis1
2025-10-22  5:25 ` [PATCH 3/3] doc: efi: add efi armv8 payload documentation chalianis1

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox