diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-03-22 01:01:47 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-03-22 01:01:47 -0400 |
commit | ce86b574c697759eae0ad7117af2da76ec15cfa0 (patch) | |
tree | a8bc18cd6afc138d19707ac9c59b4cf1244b5c8f /README | |
parent | 4b6d33c87f368b22d75c7fea569797e9d852c31f (diff) | |
download | meta-virtualization-ce86b574c697759eae0ad7117af2da76ec15cfa0.tar.gz |
README: update distro feature documentation
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'README')
-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 | ------------ |