diff options
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 |
