All of lore.kernel.org
 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

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

> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> Alistair Francis
> Sent: den 14 juni 2018 21:43
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH 1/4] recipes-devtools/qemu: Add RISC-V
> support
> 
> 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"

Might as well keep the targets logically sorted:

QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc riscv32 riscv64 sh4 x86_64"

> 
>  EXTRA_OECONF = " \
>      --prefix=${prefix} \
> --
> 2.17.1

//Peter



^ permalink raw reply	[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 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.