diff options
| -rw-r--r-- | README | 14 |
1 files changed, 11 insertions, 3 deletions
| @@ -4,7 +4,7 @@ meta-virtualization | |||
| 4 | This layer provides support for building Xen, KVM, Libvirt, and associated | 4 | This layer provides support for building Xen, KVM, Libvirt, and associated |
| 5 | packages necessary for constructing OE-based virtualized solutions. | 5 | packages necessary for constructing OE-based virtualized solutions. |
| 6 | 6 | ||
| 7 | The bbappend files for some recipe (e.g. linux-yocto) in this layer needs to | 7 | 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 | 8 | have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add |
| 9 | in configuration file the following line. | 9 | in configuration file the following line. |
| 10 | 10 | ||
| @@ -23,8 +23,16 @@ variable in your configuration: | |||
| 23 | 23 | ||
| 24 | SKIP_META_VIRT_SANITY_CHECK = 1 | 24 | SKIP_META_VIRT_SANITY_CHECK = 1 |
| 25 | 25 | ||
| 26 | Also note that there are kvm and xen specific distro flags/features that depending | 26 | Depending on your use case, there are other distro features in meta-virtualization |
| 27 | on your use case. | 27 | that may also be enabled: |
| 28 | |||
| 29 | - xen: enables xen functionality in various packages (kernel, libvirt, etc) | ||
| 30 | - kvm: enables KVM configurations in the kernel and autoloads modules | ||
| 31 | - aufs: enables aufs support in docker and linux-yocto | ||
| 32 | - x11: enable xen and libvirt functionality related to x11 | ||
| 33 | - selinux: enables functionality in libvirt and lxc | ||
| 34 | - systemd: enable systemd services and unit files (for recipes for support) | ||
| 35 | - sysvinit: enable sysvinit scripts (for recipes with support) | ||
| 28 | 36 | ||
| 29 | Dependencies | 37 | Dependencies |
| 30 | ------------ | 38 | ------------ |
