mirror of https://github.com/ArduPilot/ardupilot
Fixes build issues with the vagrantfile now we use Git submodules
This commit is contained in:
parent
ce1031a5bd
commit
bb534c20b5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue