diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2018-06-21 14:26:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-04 00:02:16 +0100 |
commit | c33c20733d9ff4f0403503b250a65dc487853ff0 (patch) | |
tree | e680686d0cd422cbab8b52664e6e978d74f71969 /meta/recipes-devtools | |
parent | b0527c08d48f33bfcfc4930fefc44f57c6c2cdff (diff) | |
download | poky-c33c20733d9ff4f0403503b250a65dc487853ff0.tar.gz |
qemu: Add RISC-V support
(From OE-Core rev: 188f4d258587a8bed9c91922ed8d141dbea4232d)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/qemu/qemu.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
9 | BBCLASSEXTEND = "native nativesdk" | 9 | BBCLASSEXTEND = "native nativesdk" |
10 | 10 | ||
11 | # QEMU_TARGETS is overridable variable | 11 | # QEMU_TARGETS is overridable variable |
12 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc sh4 x86_64" | 12 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc riscv32 riscv64 sh4 x86_64" |
13 | 13 | ||
14 | EXTRA_OECONF = " \ | 14 | EXTRA_OECONF = " \ |
15 | --prefix=${prefix} \ | 15 | --prefix=${prefix} \ |