aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ep108-zynqmp.conf4
-rw-r--r--conf/machine/zcu102-zynqmp.conf4
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf
index 3b08248e..72b554cf 100644
--- a/conf/machine/ep108-zynqmp.conf
+++ b/conf/machine/ep108-zynqmp.conf
@@ -9,6 +9,10 @@ require conf/machine/include/machine-xilinx-qemu.inc
MACHINE_FEATURES = ""
+# This machine has a qemu machine model
+EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
+EXTRA_IMAGEDEPENDS += "qemu-xilinx-native qemu-devicetrees"
+
SERIAL_CONSOLE = "115200 ttyPS0"
KERNEL_DEVICETREE = "xilinx/zynqmp-ep108.dtb"
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index a38ac4ac..4225fd48 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -10,6 +10,10 @@ require conf/machine/include/machine-xilinx-qemu.inc
MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost mali"
+# This machine has a qemu machine model
+EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
+EXTRA_IMAGEDEPENDS += "qemu-xilinx-native qemu-devicetrees"
+
UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig"
SERIAL_CONSOLE = "115200 ttyPS0"