mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-24 16:36:21 +02:00
Added support for Zephyr qemu-nios2 BOARD. Nios2 CPU is not supported natively by upstream QEMU, so a Nios2 specific patch needs to be applied. [YOCTO#10660] Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
13 lines
280 B
Plaintext
13 lines
280 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
|
|
|
QEMU_TARGETS = ""
|
|
|
|
SRC_URI += " \
|
|
file://nios2-add-support.patch \
|
|
"
|
|
|
|
EXTRA_OECONF_remove = "--target-list"
|
|
|
|
QEMUS_BUILT = "arm-softmmu i386-softmmu nios2-softmmu"
|
|
EXTRA_OECONF_append = " --target-list="${QEMUS_BUILT}""
|