All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 1/2] recipes-devtools/qemu: Add RISC-V support
@ 2018-06-21 21:26 Alistair Francis
  2018-06-21 21:26 ` [PATCH v2 2/2] recipes-support/nspr: " Alistair Francis
  0 siblings, 1 reply; 4+ messages in thread
From: Alistair Francis @ 2018-06-21 21:26 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 094a975177..b05c1cee9e 100644
--- a/meta/recipes-devtools/qemu/qemu.inc
+++ b/meta/recipes-devtools/qemu/qemu.inc
@@ -9,7 +9,7 @@ inherit 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 riscv32 riscv64 sh4 x86_64"
 
 EXTRA_OECONF = " \
     --prefix=${prefix} \
-- 
2.17.1



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

end of thread, other threads:[~2018-06-22 18:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-21 21:26 [PATCH v2 1/2] recipes-devtools/qemu: Add RISC-V support Alistair Francis
2018-06-21 21:26 ` [PATCH v2 2/2] recipes-support/nspr: " Alistair Francis
2018-06-22  5:12   ` Martin Hundebøll
2018-06-22 18:18     ` Alistair Francis

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.