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