summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorEd Warnicke <eaw@cisco.com>2016-09-20 06:52:18 -0700
committerEd Warnicke <eaw@cisco.com>2016-09-20 07:39:14 -0700
commita66aae950dfe3fc4f2d69e25a5512b97cd763e33 (patch)
tree2e8c4111f715fb687f1db14fbd0d78ac8b499b92 /vagrant
parent7ae79a93d3fb099118950a21881fd790bc7493ec (diff)
Add jobs for deb_dpdk
Please make sure to create repos: fdio.deb_dpdk_1607.ubuntu.trusty.main fdio.deb_dpdk_1607.ubuntu.xenial.main For the merge job to publish to. Change-Id: I196c85912324c7dfe872d005bd898fa8b340fdca Signed-off-by: Ed Warnicke <eaw@cisco.com>
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/lib/bootstrap-functions.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/vagrant/lib/bootstrap-functions.sh b/vagrant/lib/bootstrap-functions.sh
index 71fa0625d..52aebea8b 100644
--- a/vagrant/lib/bootstrap-functions.sh
+++ b/vagrant/lib/bootstrap-functions.sh
@@ -142,6 +142,11 @@ deb_install_pkgs() {
# Install to allow the vpp-docs job to zip up docs to push them
PACKAGES="$PACKAGES zip"
+ # Install for deb_dpdk debian package buiding
+ PACKAGES="$PACKAGES dpkg-dev dh-python inkscape libcap-dev libpcap-dev"
+ PACKAGES="$PACKAGES libxen-dev libxenstore3.0 python-sphinx python-sphinx-rtd-theme"
+ PACKAGES="$PACKAGES texlive-fonts-recommended texlive-latex-extra"
+
echo '---> Installing packages'
# disable double quoting check
# shellcheck disable=SC2086