From 9ab92ee087dba5efe56a0782573cec2ffaa4d615 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Thu, 23 Jul 2015 21:23:33 +1000 Subject: ep108-zynqmp: Remove pinning of custom QEMU version * Upstream QEMU (2.4+) has support for the ep108 machine model Signed-off-by: Nathan Rossi --- conf/machine/ep108-zynqmp.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/machine/ep108-zynqmp.conf b/conf/machine/ep108-zynqmp.conf index 9e2fb891..a2e949f7 100644 --- a/conf/machine/ep108-zynqmp.conf +++ b/conf/machine/ep108-zynqmp.conf @@ -11,10 +11,6 @@ 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