Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Add libvirt (KVM) support
@ 2019-02-15 17:36 Christopher Peeters
  2019-04-13 20:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 12+ messages in thread
From: Christopher Peeters @ 2019-02-15 17:36 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Christopher Peeters <christopher@lecroq.be>
---
 support/misc/Vagrantfile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/support/misc/Vagrantfile b/support/misc/Vagrantfile
index 1ca5edc647..48f01a5807 100644
--- a/support/misc/Vagrantfile
+++ b/support/misc/Vagrantfile
@@ -29,6 +29,12 @@ Vagrant.configure('2') do |config|
 		end
 	end
 
+  config.vm.provider :libvirt do |v, override|
+    override.vm.box = 'generic/ubuntu1804'
+    v.memory = VM_MEMORY
+    v.cpus = VM_CORES
+  end 
+
 	config.vm.provision 'shell' do |s|
 		s.inline = 'echo Setting up machine name'
 
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-05-27  7:24 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15 17:36 [Buildroot] [PATCH 1/1] Add libvirt (KVM) support Christopher Peeters
2019-04-13 20:21 ` Thomas Petazzoni
2019-04-15  7:46   ` Christopher Peeters
2019-04-15 12:23     ` Arnout Vandecappelle
2019-04-15 14:06       ` Angelo Compagnucci
2019-04-15 14:54         ` Christopher Peeters
2019-05-13 11:34           ` Christopher Peeters
2019-05-26 13:21           ` Arnout Vandecappelle
2019-05-26 20:14             ` Angelo Compagnucci
2019-05-26 21:30               ` Arnout Vandecappelle
2019-05-27  7:04               ` Thomas Petazzoni
2019-05-27  7:24                 ` Angelo Compagnucci

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox