aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/qemu/qemu_4.1.%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/qemu/qemu_4.1.%.bbappend')
-rw-r--r--recipes-devtools/qemu/qemu_4.1.%.bbappend13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-devtools/qemu/qemu_4.1.%.bbappend b/recipes-devtools/qemu/qemu_4.1.%.bbappend
new file mode 100644
index 0000000..9f5a981
--- /dev/null
+++ b/recipes-devtools/qemu/qemu_4.1.%.bbappend
@@ -0,0 +1,13 @@
+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"
+QEMUS_BUILT = "arm-softmmu i386-softmmu"
+EXTRA_OECONF_append = " --target-list="${QEMUS_BUILT}""