From: Ed Warnicke Date: Tue, 8 Dec 2015 22:59:54 +0000 (-0700) Subject: Fixes for vpp JJB and vagrant file X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F26%2F1;p=ci-management.git Fixes for vpp JJB and vagrant file Change-Id: Iffc3076ffa2c69913fa3473d9debbe753d680883 Signed-off-by: Ed Warnicke --- diff --git a/jjb/vpp/include-raw-vpp-build.sh b/jjb/vpp/include-raw-vpp-build.sh index 022ca5542..f087948f4 100644 --- a/jjb/vpp/include-raw-vpp-build.sh +++ b/jjb/vpp/include-raw-vpp-build.sh @@ -5,4 +5,4 @@ hostname cd build-root/ ./bootstrap.sh -make PLATFORM=vpp TAG=vpp_debug install-deb +make PLATFORM=vpp TAG=vpp_debug install-vpp diff --git a/vagrant/basebuild/Vagrantfile b/vagrant/basebuild/Vagrantfile index df63f33ec..84277dfcf 100644 --- a/vagrant/basebuild/Vagrantfile +++ b/vagrant/basebuild/Vagrantfile @@ -43,6 +43,9 @@ Vagrant.configure(2) do |config| # Install other stuff # apt-get install -y qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils + # Install debian packaging tools + apt-get install -y debhelper dkms + # Install uio apt-get install -y linux-image-extra-`uname -r`