summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qemu-intel.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-09-26 08:25:37 -0700
committerSaul Wold <sgw@linux.intel.com>2017-09-26 08:25:37 -0700
commita98b71ccadc1458bf3a959e328d5ae814eb7e9b3 (patch)
treeb493f2ce5b78a56a70e76435658e370d44b2eab8 /conf/machine/include/qemu-intel.inc
downloadmeta-intel-qat-a98b71ccadc1458bf3a959e328d5ae814eb7e9b3.tar.gz
Initial commit from meta-intel 2f1bcac3fb3b42602f689fb4a1092aa5f4cf0c8a
Diffstat (limited to 'conf/machine/include/qemu-intel.inc')
-rw-r--r--conf/machine/include/qemu-intel.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/conf/machine/include/qemu-intel.inc b/conf/machine/include/qemu-intel.inc
new file mode 100644
index 0000000..8151040
--- /dev/null
+++ b/conf/machine/include/qemu-intel.inc
@@ -0,0 +1,19 @@
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# Build ovmf firmware for uefi support in qemu.
8EXTRA_IMAGEDEPENDS += "ovmf"
9
10# runqemu uses virtio, so we have to enable the corresponding
11# kernel drivers.
12KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc"
13
14# Other useful extensions which are not enabled by default:
15# rng-tools to take advantage of qemu's virtio-rng-pci device.
16# MACHINE_EXTRA_RRECOMMENDS += "rng-tools"
17
18# Creates the necessary .qemuboot.conf file for each image.
19IMAGE_CLASSES += "qemuboot"