mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
Fixes build issues with the vagrantfile now we use Git submodules
This commit is contained in:
parent
ce1031a5bd
commit
bb534c20b5
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -33,9 +33,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||||||
vb.customize ["guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-on-restore", "1"]
|
vb.customize ["guestproperty", "set", :id, "/VirtualBox/GuestAdd/VBoxService/--timesync-set-on-restore", "1"]
|
||||||
end
|
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"
|
config.vm.provision :shell, path: "Tools/vagrant/initvagrant.sh"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user