All of lore.kernel.org
 help / color / mirror / Atom feed
* [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

* [Buildroot] [PATCH] support/misc: updating Vagrantfile to ubuntu 18.04
  2018-08-13  8:49 [Buildroot] [PATCH] support/misc: updating Vagrantfile to ubuntu 18.04 Angelo Compagnucci
@ 2018-08-13  9:46 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-08-13  9:46 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 13 Aug 2018 10:49:12 +0200, Angelo Compagnucci wrote:
> 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(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.