diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-10-02 21:22:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-08 11:22:24 +0100 |
commit | e34c0920fae725f0e53348db91426d7ec7a1b996 (patch) | |
tree | da86f7362e6c5a6755a2a492f097c5d1221918a7 /meta | |
parent | 66f27001ebfd3c8a13814e76b3d1ef1ef35f2dd9 (diff) | |
download | poky-e34c0920fae725f0e53348db91426d7ec7a1b996.tar.gz |
qemu: Add ppc64 to QEMU_TARGETS
helps with qemuppc target
(From OE-Core rev: 9e5de87d26388349f982824c5e722400d67b98d0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 de21d30732..551b49ac0a 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc | |||
@@ -53,7 +53,7 @@ do_install_ptest() { | |||
53 | } | 53 | } |
54 | 54 | ||
55 | # QEMU_TARGETS is overridable variable | 55 | # QEMU_TARGETS is overridable variable |
56 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc riscv32 riscv64 sh4 x86_64" | 56 | QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel mips64 mips64el ppc ppc64 riscv32 riscv64 sh4 x86_64" |
57 | 57 | ||
58 | EXTRA_OECONF = " \ | 58 | EXTRA_OECONF = " \ |
59 | --prefix=${prefix} \ | 59 | --prefix=${prefix} \ |