From 63ec4d29fe501c65dd2a8092df60e288a7556a90 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Wed, 22 Apr 2015 18:42:39 +1000 Subject: ep108-zynqmp: This machine/board is also modelled in QEMU * QEMU has a machine model for this board/machine so build QEMU with this machine Signed-off-by: Nathan Rossi --- conf/machine/ep108-zynqmp.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf index abed13d8..9e2fb891 100644 --- a/conf/machine/ep108-zynqmp.conf +++ b/conf/machine/ep108-zynqmp.conf @@ -8,6 +8,13 @@ require conf/machine/include/machine-xilinx-board.inc MACHINE_FEATURES = "" +# This machine has a qemu machine model +EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" + +# Mainline QEMU does not support Zynq MP, use the Zynq MP specific version. +PREFERRED_VERSION_qemu-native ?= "2.2.0+master+zynqmp%" +PREFERRED_VERSION_nativesdk-qemu ?= "2.2.0+master+zynqmp%" + SERIAL_CONSOLE = "115200 ttyPS0" # Use ZynqMP recipes for Kernal and U-Boot -- cgit v1.2.3-54-g00ecf