All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/qemu: add riscv emulation on host variant
@ 2019-02-28 22:45 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2019-02-28 22:45 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=48b38a2cda7b33e746a5d1c8d6c7b5a5b795ff85
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

RISC-V support was added in qemu 2.12. This target emulation
in host qemu can now be enabled.

Signed-off-by: Julien Olivain <juju@cotds.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/qemu/Config.in.host | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qemu/Config.in.host b/package/qemu/Config.in.host
index f99f3e05cf..8a0df38fb8 100644
--- a/package/qemu/Config.in.host
+++ b/package/qemu/Config.in.host
@@ -12,6 +12,7 @@ config BR2_PACKAGE_HOST_QEMU_ARCH_SUPPORTS
 	default y if BR2_powerpc
 	default y if BR2_powerpc64
 	default y if BR2_powerpc64le
+	default y if BR2_riscv
 	default y if BR2_sh
 	default y if BR2_sparc
 	default y if BR2_x86_64

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-02-28 22:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-28 22:45 [Buildroot] [git commit] package/qemu: add riscv emulation on host variant Thomas Petazzoni

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.