mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-12 18:49:30 +02:00
qemu-nios2: New MACHINE
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>
This commit is contained in:
9239
recipes-devtools/qemu/files/nios2-add-support.patch
Normal file
9239
recipes-devtools/qemu/files/nios2-add-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
12
recipes-devtools/qemu/qemu_2.7.%.bbappend
Normal file
12
recipes-devtools/qemu/qemu_2.7.%.bbappend
Normal file
@@ -0,0 +1,12 @@
|
||||
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}""
|
||||
Reference in New Issue
Block a user