summaryrefslogtreecommitdiffstats
path: root/src/package-list.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/package-list.mk')
-rw-r--r--src/package-list.mk13
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..45b908e9
--- /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 ?= v16.04
+
+# collectd section
+COLLECTD_URL ?= https://github.com/maryamtahhan/collectd-with-DPDK
+COLLECTD_TAG ?= dpdkstat