Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/4] recipes-devtools/qemu: Add RISC-V support
@ 2018-06-14 19:43 Alistair Francis
  2018-06-14 20:27 ` Peter Kjellerstedt
  0 siblings, 1 reply; 2+ messages in thread
From: Alistair Francis @ 2018-06-14 19:43 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
---
 meta/recipes-devtools/qemu/qemu.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc
index faaea781cd..d1543b81f9 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -9,7 +9,7 @@ inherit autotools pkgconfig bluetooth
 BBCLASSEXTEND = "native nativesdk"
 
 # QEMU_TARGETS is overridable variable
-QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc sh4 x86_64"
+QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc sh4 x86_64 riscv32 riscv64"
 
 EXTRA_OECONF = " \
     --prefix=${prefix} \
-- 
2.17.1



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

end of thread, other threads:[~2018-06-14 20:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-14 19:43 [PATCH 1/4] recipes-devtools/qemu: Add RISC-V support Alistair Francis
2018-06-14 20:27 ` Peter Kjellerstedt

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