buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/qemu: add support for RISC-V
@ 2022-08-31 13:39 Alistair Francis via buildroot
  2022-09-23 21:55 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Alistair Francis via buildroot @ 2022-08-31 13:39 UTC (permalink / raw)
  To: buildroot; +Cc: alistair23, Romain Naour, atishp, Alistair Francis

QEMU is supported on both 32-bit and 64-bit RISC-V hosts, so let's
enable support for it in buildroot.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 package/qemu/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/qemu/Config.in b/package/qemu/Config.in
index e960a062cb..15d6c7d6b5 100644
--- a/package/qemu/Config.in
+++ b/package/qemu/Config.in
@@ -8,6 +8,7 @@ config BR2_PACKAGE_QEMU_ARCH_SUPPORTS_TARGET
 	default y if BR2_mipsel
 	default y if BR2_powerpc64
 	default y if BR2_powerpc64le
+	default y if BR2_riscv
 	default y if BR2_x86_64
 
 comment "QEMU requires a toolchain with wchar, threads, gcc >= 8"
-- 
2.37.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/qemu: add support for RISC-V
  2022-08-31 13:39 [Buildroot] [PATCH] package/qemu: add support for RISC-V Alistair Francis via buildroot
@ 2022-09-23 21:55 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2022-09-23 21:55 UTC (permalink / raw)
  To: Alistair Francis via buildroot
  Cc: atishp, alistair23, Romain Naour, Alistair Francis

On Wed, 31 Aug 2022 15:39:51 +0200
Alistair Francis via buildroot <buildroot@buildroot.org> wrote:

> QEMU is supported on both 32-bit and 64-bit RISC-V hosts, so let's
> enable support for it in buildroot.
> 
> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
> ---
>  package/qemu/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-23 21:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-31 13:39 [Buildroot] [PATCH] package/qemu: add support for RISC-V Alistair Francis via buildroot
2022-09-23 21:55 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).