Fixes for vpp JJB and vagrant file 26/26/1
authorEd Warnicke <eaw@cisco.com>
Tue, 8 Dec 2015 22:59:54 +0000 (15:59 -0700)
committerEd Warnicke <eaw@cisco.com>
Tue, 8 Dec 2015 22:59:54 +0000 (15:59 -0700)
Change-Id: Iffc3076ffa2c69913fa3473d9debbe753d680883
Signed-off-by: Ed Warnicke <eaw@cisco.com>
jjb/vpp/include-raw-vpp-build.sh
vagrant/basebuild/Vagrantfile

index 022ca55..f087948 100644 (file)
@@ -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
index df63f33..84277df 100644 (file)
@@ -43,6 +43,9 @@ Vagrant.configure(2) do |config|
     # Install other stuff\r
     # apt-get install -y qemu-kvm libvirt-bin ubuntu-vm-builder bridge-utils\r
 \r
+    # Install debian packaging tools\r
+    apt-get install -y debhelper dkms\r
+\r
     # Install uio\r
     apt-get install -y linux-image-extra-`uname -r`\r
 \r