[meta-xilinx] [PATCH 4/4] qemuzynqmp: Update to use ZCU102 as base machine

Alistair Francis alistair.francis at xilinx.com
Wed Jul 27 11:30:20 PDT 2016


Now that we use the Xilinx QEMU we can base the qemuzynqmp machine on the
ZCU102 instead of the EP108.

Signed-off-by: Alistair Francis <alistair.francis at xilinx.com>
---
 conf/machine/qemuzynqmp.conf    | 6 +++---
 conf/machine/zcu102-zynqmp.conf | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/conf/machine/qemuzynqmp.conf b/conf/machine/qemuzynqmp.conf
index 8b4dd5d..8a4f79e 100644
--- a/conf/machine/qemuzynqmp.conf
+++ b/conf/machine/qemuzynqmp.conf
@@ -1,7 +1,7 @@
 #@TYPE: Machine
 #@NAME: qemuzynqmp
-#@DESCRIPTION: Zynq UltraScale+ QEMU machine support ('xlnx-ep108' model)
+#@DESCRIPTION: Zynq UltraScale+ QEMU machine support ('xlnx-zcu102' model)
 
-MACHINEOVERRIDES =. "ep108-zynqmp:"
+MACHINEOVERRIDES =. "zcu102-zynqmp:"
 
-require conf/machine/ep108-zynqmp.conf
+require conf/machine/zcu102-zynqmp.conf
diff --git a/conf/machine/zcu102-zynqmp.conf b/conf/machine/zcu102-zynqmp.conf
index 75a94a3..a7c76e6 100644
--- a/conf/machine/zcu102-zynqmp.conf
+++ b/conf/machine/zcu102-zynqmp.conf
@@ -9,6 +9,9 @@ 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"
+
 UBOOT_MACHINE = "xilinx_zynqmp_zcu102_revB_defconfig"
 
 SERIAL_CONSOLE = "115200 ttyPS0"
-- 
2.7.4




More information about the meta-xilinx mailing list