summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/ep108-zynqmp.conf7
1 files changed, 7 insertions, 0 deletions
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
8 8
9MACHINE_FEATURES = "" 9MACHINE_FEATURES = ""
10 10
11# This machine has a qemu machine model
12EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
13
14# Mainline QEMU does not support Zynq MP, use the Zynq MP specific version.
15PREFERRED_VERSION_qemu-native ?= "2.2.0+master+zynqmp%"
16PREFERRED_VERSION_nativesdk-qemu ?= "2.2.0+master+zynqmp%"
17
11SERIAL_CONSOLE = "115200 ttyPS0" 18SERIAL_CONSOLE = "115200 ttyPS0"
12 19
13# Use ZynqMP recipes for Kernal and U-Boot 20# Use ZynqMP recipes for Kernal and U-Boot