summaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/include/kvm-host.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/distro/include/kvm-host.conf b/conf/distro/include/kvm-host.conf
new file mode 100644
index 00000000..d36c1756
--- /dev/null
+++ b/conf/distro/include/kvm-host.conf
@@ -0,0 +1,11 @@
1# KVM host configuration fragment
2#
3# Include from local.conf for KVM/libvirt development and testing.
4# Requires meta-virt-host.conf to be included first:
5#
6# require conf/distro/include/meta-virt-host.conf
7# require conf/distro/include/kvm-host.conf
8# MACHINE = "qemux86-64"
9# bitbake kvm-image-minimal
10
11DISTRO_FEATURES:append = " kvm"