From: Sascha Hauer <s.hauer@pengutronix.de>
To: chalianis1@gmail.com
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/3] test: Containerfile: add qemu-efi-aarch64.
Date: Thu, 23 Oct 2025 09:51:16 +0200 [thread overview]
Message-ID: <aPnedOwUjUzz0WlI@pengutronix.de> (raw)
In-Reply-To: <20251022052508.1368520-1-chalianis1@gmail.com>
On Wed, Oct 22, 2025 at 01:25:06AM -0400, chalianis1@gmail.com wrote:
> 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 \
We had problems installing LLVM 21 on latest trixie and therefore
downgraded to LLVM 20, see
https://lore.barebox.org/20251022104509.845994-1-a.fatoum@pengutronix.de.
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 |
prev parent reply other threads:[~2025-10-23 7:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
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
2025-10-23 7:51 ` Sascha Hauer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aPnedOwUjUzz0WlI@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=chalianis1@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox