Now that their is a .bb for Xilinx's QEMU and QEMU device trees we can update
the machines to ensure this is built where applicable.

Signed-off-by: Alistair Francis <[email protected]>
---
 conf/machine/ep108-zynqmp.conf  | 1 +
 conf/machine/zcu102-zynqmp.conf | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf
index 17363ef..6de42dd 100644
--- a/conf/machine/ep108-zynqmp.conf
+++ b/conf/machine/ep108-zynqmp.conf
@@ -10,6 +10,7 @@ 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"
 
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index 75a94a3..bacfb95 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -9,6 +9,10 @@ require conf/machine/include/machine-xilinx-board.inc
 
 MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost"
 
+# 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"
-- 
2.7.4

-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to