aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/qemumicroblaze.conf3
-rw-r--r--conf/machine/qemuzynq.conf4
2 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/qemumicroblaze.conf b/conf/machine/qemumicroblaze.conf
index e6593213..643823cf 100644
--- a/conf/machine/qemumicroblaze.conf
+++ b/conf/machine/qemumicroblaze.conf
@@ -16,3 +16,6 @@ SERIAL_CONSOLE = "115200 ttyS0"
MACHINE_DEVICETREE := "qemu/qemumicroblaze.dts"
+# Use the networking setup from qemuarm
+FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm"
+
diff --git a/conf/machine/qemuzynq.conf b/conf/machine/qemuzynq.conf
index b674ae95..13914392 100644
--- a/conf/machine/qemuzynq.conf
+++ b/conf/machine/qemuzynq.conf
@@ -15,3 +15,7 @@ MACHINE_DEVICETREE := " \
qemu/qemuzynq.dts \
qemu/qemuzynq-base.dtsi \
"
+
+# Use the networking setup from qemuarm
+FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm"
+