diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-09-25 12:47:13 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-09-25 12:47:13 -0400 |
commit | 183ff71f2b04985db079bc76b92ec941190ef111 (patch) | |
tree | 11208b156f5fa3a9d0886bc8d68af63a967546b7 | |
parent | 39d095241e3a768c2d0f6292513597d5964d21d5 (diff) | |
download | meta-virtualization-183ff71f2b04985db079bc76b92ec941190ef111.tar.gz |
docs: update README with improved layer description
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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 |