diff options
author | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-23 21:23:33 +1000 |
---|---|---|
committer | Nathan Rossi <nathan@nathanrossi.com> | 2015-07-23 23:59:13 +1000 |
commit | 9ab92ee087dba5efe56a0782573cec2ffaa4d615 (patch) | |
tree | eef719138890aa4da885b6c827d7447dbeca13a4 /conf/machine | |
parent | 46a21486240f4c76c30157d2bf6ead9966c1755e (diff) | |
download | meta-xilinx-9ab92ee087dba5efe56a0782573cec2ffaa4d615.tar.gz |
ep108-zynqmp: Remove pinning of custom QEMU version
* Upstream QEMU (2.4+) has support for the ep108 machine model
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/ep108-zynqmp.conf | 4 |
1 files changed, 0 insertions, 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 = "" | |||
11 | # This machine has a qemu machine model | 11 | # This machine has a qemu machine model |
12 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" | 12 | EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" |
13 | 13 | ||
14 | # Mainline QEMU does not support Zynq MP, use the Zynq MP specific version. | ||
15 | PREFERRED_VERSION_qemu-native ?= "2.2.0+master+zynqmp%" | ||
16 | PREFERRED_VERSION_nativesdk-qemu ?= "2.2.0+master+zynqmp%" | ||
17 | |||
18 | SERIAL_CONSOLE = "115200 ttyPS0" | 14 | SERIAL_CONSOLE = "115200 ttyPS0" |
19 | 15 | ||
20 | # Use ZynqMP recipes for Kernal and U-Boot | 16 | # Use ZynqMP recipes for Kernal and U-Boot |