diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-05-12 12:52:59 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-05-12 12:52:59 +0000 |
| commit | 3260eee09c593201455e866c5ad5cf5c5b5da33f (patch) | |
| tree | a765c0b64d303bf6b58dbcbaef18723c6726bb05 /docs | |
| parent | 88a1c197f845b3e63458c90a48f88177d9f7e986 (diff) | |
| download | meta-virtualization-master.tar.gz | |
Building kvm-image-minimal fails without the 'kvm' DISTRO_FEATURE,
requiring users to manually add it to local.conf. Every other
virtualization platform (Xen, Docker, Podman, k3s, containerd) already
has a composable configuration fragment in conf/distro/include/ that
can be included with a single require line.
Add kvm-host.conf following the same pattern as xen-host.conf: a pure
delta fragment that appends the kvm DISTRO_FEATURE. Composable with
any container profile and the base meta-virt-host.conf.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/build-profiles.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/build-profiles.md b/docs/build-profiles.md index 7a82855f..40f6655c 100644 --- a/docs/build-profiles.md +++ b/docs/build-profiles.md | |||
| @@ -19,6 +19,7 @@ meta-virt-host.conf <- base (always required first) | |||
| 19 | container-host-k3s-node.conf | 19 | container-host-k3s-node.conf |
| 20 | container-host-incus.conf | 20 | container-host-incus.conf |
| 21 | xen-host.conf <- Xen support (composable) | 21 | xen-host.conf <- Xen support (composable) |
| 22 | kvm-host.conf <- KVM/libvirt support (composable) | ||
| 22 | meta-virt-dev.conf <- QEMU dev settings (opt-in) | 23 | meta-virt-dev.conf <- QEMU dev settings (opt-in) |
| 23 | container-registry.conf <- registry config (opt-in) | 24 | container-registry.conf <- registry config (opt-in) |
| 24 | 25 | ||
| @@ -159,6 +160,15 @@ Xen hypervisor support. Composable with any container profile. | |||
| 159 | 160 | ||
| 160 | **Use with:** `bitbake xen-image-minimal` | 161 | **Use with:** `bitbake xen-image-minimal` |
| 161 | 162 | ||
| 163 | ### kvm-host.conf | ||
| 164 | |||
| 165 | KVM/libvirt support. Composable with any container profile. | ||
| 166 | |||
| 167 | **Sets:** | ||
| 168 | - `DISTRO_FEATURES:append = " kvm"` | ||
| 169 | |||
| 170 | **Use with:** `bitbake kvm-image-minimal` | ||
| 171 | |||
| 162 | ### meta-virt-dev.conf | 172 | ### meta-virt-dev.conf |
| 163 | 173 | ||
| 164 | QEMU development and testing settings. Only include when developing | 174 | QEMU development and testing settings. Only include when developing |
