summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qemu-intel.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/qemu-intel.inc')
-rw-r--r--conf/machine/include/qemu-intel.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/include/qemu-intel.inc b/conf/machine/include/qemu-intel.inc
new file mode 100644
index 00000000..db8b2b3d
--- /dev/null
+++ b/conf/machine/include/qemu-intel.inc
@@ -0,0 +1,16 @@
1# Similar to meta/conf/machine/include/qemu.inc but influences the
2# distro content (in particular the kernel) less than qemu.inc.
3
4# Ensure that qemu gets built when building images.
5EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native"
6
7# runqemu uses virtio, so we have to enable the corresponding
8# kernel drivers.
9KERNEL_FEATURES += "cfg/virtio.scc"
10
11# Other useful extensions which are not enabled by default:
12# rng-tools to take advantage of qemu's virtio-rng-pci device.
13# MACHINE_EXTRA_RRECOMMENDS += "rng-tools"
14
15# Creates the necessary .qemuboot.conf file for each image.
16IMAGE_CLASSES += "qemuboot"