mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-14 06:49:32 +02:00
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:
@@ -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}""
|
||||
Reference in New Issue
Block a user