summaryrefslogtreecommitdiffstats
path: root/support/misc
diff options
context:
space:
mode:
authorAngelo Compagnucci <angelo@amarulasolutions.com>2018-08-13 10:49:12 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-13 11:45:48 +0200
commit8511a66fc1d16014703e76ce0d5bf3ca3b010bdc (patch)
tree28768d2eb0347967838a81575134a2877890aee4 /support/misc
parent8e09dc05c2d07b8334101c3f80cf02c767efd5f0 (diff)
downloadbuildroot-8511a66fc1d16014703e76ce0d5bf3ca3b010bdc.tar.gz
buildroot-8511a66fc1d16014703e76ce0d5bf3ca3b010bdc.zip
support/misc: updating Vagrantfile to ubuntu 18.04
This patch updates the vagrant box to ubuntu bionic 64 and switches back to the official ubuntu image cause the issues with the official image are now solved. Signed-off-by: Angelo Compagnucci <angelo@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/misc')
-rw-r--r--support/misc/Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile
index cca0a3db3d..acfc8abfc8 100644
--- a/support/misc/Vagrantfile
+++ b/support/misc/Vagrantfile
@@ -12,7 +12,7 @@ VM_MEMORY=2048
VM_CORES=1
Vagrant.configure('2') do |config|
- config.vm.box = 'bento/ubuntu-16.04'
+ config.vm.box = 'ubuntu/bionic64'
config.vm.provider :vmware_fusion do |v, override|
v.vmx['memsize'] = VM_MEMORY
OpenPOWER on IntegriCloud