From 77ada8244fa9f8a625a4fc4952646db3efe56618 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Tue, 8 Dec 2015 15:59:54 -0700 Subject: [PATCH] Fixes for vpp JJB and vagrant file Change-Id: Iffc3076ffa2c69913fa3473d9debbe753d680883 Signed-off-by: Ed Warnicke --- jjb/vpp/include-raw-vpp-build.sh | 2 +- vagrant/basebuild/Vagrantfile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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` -- 2.16.6