summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/qemu-zynq7.conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/qemu-zynq7.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf b/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf
index 2c86edb3..65bd46ad 100644
--- a/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf
+++ b/meta-xilinx-bsp/conf/machine/qemu-zynq7.conf
@@ -14,7 +14,7 @@ MACHINE_FEATURES = "ext2 vfat"
14SERIAL_CONSOLE = "115200 ttyPS0" 14SERIAL_CONSOLE = "115200 ttyPS0"
15 15
16MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree" 16MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "device-tree"
17IMAGE_BOOT_FILES += "${MACHINE}.dtb" 17IMAGE_BOOT_FILES += "devicetree/${MACHINE}.dtb"
18 18
19# Use the networking setup from qemuarm 19# Use the networking setup from qemuarm
20FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm" 20FILESOVERRIDES_append_pn-init-ifupdown = ":qemuarm"