diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,8 +1,12 @@ | |||
1 | meta-virtualization | 1 | meta-virtualization |
2 | =================== | 2 | =================== |
3 | 3 | ||
4 | This layer provides support for building Xen, KVM, Libvirt, and associated | 4 | The meta-virtualization layer is the authoritative resource for virtualization |
5 | packages necessary for constructing OE-based virtualized solutions. | 5 | technologies in OpenEmbedded / Yocto built distributions. It provides support |
6 | or both hypervisor-based virtualization (such as KVM, Xen, and QEMU) and | ||
7 | system-level virtualization (Linux containers), along with the host and guest | ||
8 | technologies required to build complete solutions ranging from embedded systems | ||
9 | to full deep CNCF stack deployments. | ||
6 | 10 | ||
7 | The bbappend files for some recipes (e.g. linux-yocto) in this layer need to | 11 | The bbappend files for some recipes (e.g. linux-yocto) in this layer need to |
8 | have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add | 12 | have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add |