[Buildroot] [PATCH 1/1] Add libvirt (KVM) support

Christopher Peeters christopher at lecroq.be
Fri Feb 15 17:36:07 UTC 2019


Signed-off-by: Christopher Peeters <christopher at 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



More information about the buildroot mailing list