* [Buildroot] [PATCH] support/misc: updating Vagrantfile to ubuntu 18.04
@ 2018-08-13 8:49 Angelo Compagnucci
2018-08-13 9:46 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Angelo Compagnucci @ 2018-08-13 8:49 UTC (permalink / raw)
To: buildroot
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>
---
support/misc/Vagrantfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile
index cca0a3d..acfc8ab 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
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-13 9:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-13 8:49 [Buildroot] [PATCH] support/misc: updating Vagrantfile to ubuntu 18.04 Angelo Compagnucci
2018-08-13 9:46 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox