qemu_2.8: disable Nios2 for now

Disable build of QEMU for Nios2 as the patch
for QEMU 2.7 does not apply cleanly for QEMU 2.8.

Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
Juro Bystricky
2017-02-05 20:32:42 -08:00
parent 32e3cf773e
commit 441877bb11

View File

@@ -2,11 +2,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
QEMU_TARGETS = ""
SRC_URI += " \
file://nios2-add-support.patch \
"
#SRC_URI += " \
# file://nios2-add-support.patch \
# "
EXTRA_OECONF_remove = "--target-list"
QEMUS_BUILT = "arm-softmmu i386-softmmu nios2-softmmu"
#QEMUS_BUILT = "arm-softmmu i386-softmmu nios2-softmmu"
QEMUS_BUILT = "arm-softmmu i386-softmmu"
EXTRA_OECONF_append = " --target-list="${QEMUS_BUILT}""