> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of
> Alistair Francis
> Sent: den 14 juni 2018 21:43
> To: [email protected]
> Subject: [OE-core] [PATCH 1/4] recipes-devtools/qemu: Add RISC-V
> support
>
> Signed-off-by: Alistair Francis <[email protected]>
> ---
> 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
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core