summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-09-25 12:47:13 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-09-25 12:47:13 -0400
commit183ff71f2b04985db079bc76b92ec941190ef111 (patch)
tree11208b156f5fa3a9d0886bc8d68af63a967546b7
parent39d095241e3a768c2d0f6292513597d5964d21d5 (diff)
downloadmeta-virtualization-183ff71f2b04985db079bc76b92ec941190ef111.tar.gz
docs: update README with improved layer description
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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