aboutsummaryrefslogtreecommitdiffstats
path: root/src/package-list.mk
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2015-06-22 16:42:38 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-06-30 15:40:40 +0000
commit7cf592eadc769f248830fa3e636ad7957fb910b4 (patch)
tree9af69e67773b14bc8b6c57b994944769c653a5d0 /src/package-list.mk
parent151bcf83058b18055ccbb09b1c86ae6de5c89c1a (diff)
src: update DPDK and OVS build to DPDK2.0.0
Update DPDK to build DPDK v2.0.0 and update OVS to link to that version of DPDK. Change-Id: Icc8f9fbcc7a4804a3648f0027b4ea2140888d5d1 Signed-off-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Mark B Kavanagh <mark.b.kavanagh@intel.com> Reviewed-by: TV Rao <tv.rao@freescale.com>
Diffstat (limited to 'src/package-list.mk')
-rw-r--r--src/package-list.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/package-list.mk b/src/package-list.mk
index 0dbdbd29..d30db146 100644
--- a/src/package-list.mk
+++ b/src/package-list.mk
@@ -6,8 +6,8 @@
# dpdk section
# DPDK_URL ?= git://dpdk.org/dpdk
DPDK_URL ?= http://dpdk.org/git/dpdk
-DPDK_TAG ?= v1.8.0
+DPDK_TAG ?= v2.0.0
# OVS section
OVS_URL ?= https://github.com/openvswitch/ovs
-OVS_TAG ?= da79ce2b71dd879e7f20fdddc715568f6a74185a
+OVS_TAG ?= master