summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@xilinx.com>2016-12-20 11:54:20 -0800
committerNathan Rossi <nathan@nathanrossi.com>2016-12-21 20:45:09 +1000
commit17df7b3228cb4bc0eb6e8e38c053ff0146069b6d (patch)
tree3ce8ff8ad29b4aed27ee391b79683ac58e674a21 /recipes-devtools
parentb2da4ccc5db004181b322c1992cac9120954138f (diff)
downloadmeta-xilinx-17df7b3228cb4bc0eb6e8e38c053ff0146069b6d.tar.gz
qemu-xilinx: Update to Xilinx's 2016.4 release
Update Xilinx's QEMU to the 2016.4 release which is based off mainline QEMU version 2.6.0. Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-xilinx_2.6.0.bb (renamed from recipes-devtools/qemu/qemu-xilinx_2.2.5.bb)16
1 files changed, 3 insertions, 13 deletions
diff --git a/recipes-devtools/qemu/qemu-xilinx_2.2.5.bb b/recipes-devtools/qemu/qemu-xilinx_2.6.0.bb
index 06dec532..f6c7f304 100644
--- a/recipes-devtools/qemu/qemu-xilinx_2.2.5.bb
+++ b/recipes-devtools/qemu/qemu-xilinx_2.6.0.bb
@@ -10,13 +10,13 @@ LIC_FILES_CHKSUM = " \
10 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913 \ 10 file://COPYING.LIB;endline=24;md5=c04def7ae38850e7d3ef548588159913 \
11 " 11 "
12 12
13XILINX_RELEASE_VERSION = "v2016.3" 13XILINX_RELEASE_VERSION = "v2016.4"
14SRCREV = "de453ab4cf993f63de502c4efd8a08a347c3b164" 14SRCREV = "4b90a13118b6e005d688d7aefb0900f7a67531df"
15SRC_URI = "git://github.com/Xilinx/qemu.git;protocol=https;nobranch=1" 15SRC_URI = "git://github.com/Xilinx/qemu.git;protocol=https;nobranch=1"
16 16
17S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18 18
19PV = "2.2.50-xilinx-${XILINX_RELEASE_VERSION}+git+${SRCPV}" 19PV = "2.6.0-xilinx-${XILINX_RELEASE_VERSION}+git+${SRCPV}"
20 20
21# Disable KVM completely 21# Disable KVM completely
22KVMENABLE = "--disable-kvm" 22KVMENABLE = "--disable-kvm"
@@ -26,16 +26,6 @@ SRC_URI[_append] = ""
26 26
27DISABLE_STATIC_pn-qemu-xilinx-native = "" 27DISABLE_STATIC_pn-qemu-xilinx-native = ""
28 28
29PACKAGECONFIG[quorum] = "--enable-quorum, --disable-quorum, gnutls,"
30PACKAGECONFIG[vnc-tls] = "--enable-vnc --enable-vnc-tls,--disable-vnc-tls, gnutls,"
31PACKAGECONFIG[vnc-ws] = "--enable-vnc --enable-vnc-ws,--disable-vnc-ws, gnutls,"
32PACKAGECONFIG[gcrypt] = "--enable-libgcrypt,--disable-libgcrypt,libgcrypt,"
33PACKAGECONFIG[nss] = ""
34PACKAGECONFIG[nettle] = ""
35PACKAGECONFIG[glx] = ""
36PACKAGECONFIG[gnutls] = ""
37PACKAGECONFIG[bzip2] = ""
38
39# append a suffix dir, to allow multiple versions of QEMU to be installed 29# append a suffix dir, to allow multiple versions of QEMU to be installed
40datadir_append = "/qemu-xilinx" 30datadir_append = "/qemu-xilinx"
41bindir_append = "/qemu-xilinx" 31bindir_append = "/qemu-xilinx"