diff options
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -4,6 +4,11 @@ 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 need to | ||
8 | have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add | ||
9 | in configuration file the following line. | ||
10 | DISTRO_FEATURES_append = " virtualization" | ||
11 | |||
7 | Dependencies | 12 | Dependencies |
8 | ------------ | 13 | ------------ |
9 | This layer depends on: | 14 | This layer depends on: |