diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-06-16 12:37:04 +0100 |
---|---|---|
committer | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-06-16 12:11:56 +0000 |
commit | 916bfafe7d67f67e57ba68a7913ee25042661c18 (patch) | |
tree | 68acc879e277ae4ccb59a40bd3cb6059e25bca00 /src/package-list.mk | |
parent | 82dd24126247ad7857cb07821f71e4a26851bf7f (diff) |
src: update dpdk, ovs and qemu versions
Update dpdk, ovs and qemu versions to overcome build errors on the vsperf commit gate.
Change-Id: I579d731756bb27c37b0f4e38ff91bf36a7bd06de
Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/package-list.mk b/src/package-list.mk index 8b09c424..5aa40bd2 100644 --- a/src/package-list.mk +++ b/src/package-list.mk @@ -6,14 +6,14 @@ # dpdk section # DPDK_URL ?= git://dpdk.org/dpdk DPDK_URL ?= http://dpdk.org/git/dpdk -DPDK_TAG ?= v2.2.0 +DPDK_TAG ?= v16.04 # OVS section OVS_URL ?= https://github.com/openvswitch/ovs #The Tag below is for OVS v2.5.0 with backwards compatibility support for Qemu #versions < 2.5. -OVS_TAG ?= f3ea2ad27fd076735fdb78286980749bb12fe1ce +OVS_TAG ?= 31871ee3839c35e6878debfc7926afa471dbdec6 # QEMU section QEMU_URL ?= https://github.com/qemu/qemu.git -QEMU_TAG ?= v2.3.0 +QEMU_TAG ?= v2.5.0 |