Fixes build issues with the vagrantfile now we use Git submodules

This commit is contained in:
hamishwillee 2015-06-10 13:58:21 +10:00 committed by Andrew Tridgell
parent ce1031a5bd
commit bb534c20b5
1 changed files with 1 additions and 3 deletions

4
Vagrantfile vendored
View File

@ -33,9 +33,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
vb.customize ["guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-on-restore", "1"]
end
config.vm.synced_folder "../PX4Firmware", "/PX4Firmware"
config.vm.synced_folder "../PX4NuttX", "/PX4NuttX", type: "rsync"
config.vm.synced_folder "../uavcan", "/uavcan"
config.vm.provision :shell, path: "Tools/vagrant/initvagrant.sh"
end