All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Dockerfile: Enable SH4 QEMU build
@ 2020-08-05 21:26 Marek Vasut
  2020-08-06 13:57 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2020-08-05 21:26 UTC (permalink / raw)
  To: u-boot

Build qemu-system-sh4 executable for U-Boot testing.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 209e008..b352e91 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -167,7 +167,7 @@ RUN git clone git://git.qemu.org/qemu.git /tmp/qemu && \
 	cd /tmp/qemu && \
 	git submodule update --init dtc && \
 	git checkout v4.2.0 && \
-	./configure --prefix=/opt/qemu --target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,riscv32-softmmu,riscv64-softmmu,x86_64-softmmu,xtensa-softmmu" && \
+	./configure --prefix=/opt/qemu --target-list="aarch64-softmmu,arm-softmmu,i386-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,ppc-softmmu,riscv32-softmmu,riscv64-softmmu,sh4-softmmu,x86_64-softmmu,xtensa-softmmu" && \
 	make -j$(nproc) all install && \
 	rm -rf /tmp/qemu
 
-- 
2.27.0

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

* [PATCH] Dockerfile: Enable SH4 QEMU build
  2020-08-05 21:26 [PATCH] Dockerfile: Enable SH4 QEMU build Marek Vasut
@ 2020-08-06 13:57 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2020-08-06 13:57 UTC (permalink / raw)
  To: u-boot

On Wed, Aug 05, 2020 at 11:26:23PM +0200, Marek Vasut wrote:

> Build qemu-system-sh4 executable for U-Boot testing.
> 
> Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>

Applied to gitlab-ci-runner/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200806/ef987099/attachment.sig>

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

end of thread, other threads:[~2020-08-06 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 21:26 [PATCH] Dockerfile: Enable SH4 QEMU build Marek Vasut
2020-08-06 13:57 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.