diff options
author | Aihua Li <aihua.li@huawei.com> | 2015-03-13 15:56:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-03-13 15:56:21 +0000 |
commit | 85f3132c7fd8f8f7aaf2c54237ac24f41b8d6456 (patch) | |
tree | d138460068fefd558a96a41ead4ce973b0d44293 /src/package-list.mk | |
parent | b893be5cbd9447b38691ade709f75f0e28c7443d (diff) | |
parent | b4b06d27b062a65ef98753d7f1d9d340fa773329 (diff) |
Merge "added mechanism to pull upstream packages and provided single top-level make"
Diffstat (limited to 'src/package-list.mk')
-rw-r--r-- | src/package-list.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/package-list.mk b/src/package-list.mk new file mode 100644 index 00000000..0e64457b --- /dev/null +++ b/src/package-list.mk @@ -0,0 +1,13 @@ +# Upstream Package List +# +# Everything here is defined as its suggested default +# value, it can always be overriden when invoking Make + +# dpdk section +# DPDK_URL ?= git://dpdk.org/dpdk +DPDK_URL ?= http://dpdk.org/git/dpdk +DPDK_TAG ?= v1.6.0r0 + +# OVS section +OVS_URL ?= https://github.com/openvswitch/ovs +OVS_TAG ?= v2.3.1 |