README: update to include information about bbappend inclusion

Update README file to include information about bbappend file inclusion,
telling the users that 'virtualization' needs to be in DISTRO_FEATURES
to make some bbappend files to be effective.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Chen Qi 2017-09-30 11:06:17 +08:00 committed by Bruce Ashfield
parent 5b70104bf1
commit c715bf7c30

5
README
View File

@ -4,6 +4,11 @@ meta-virtualization
This layer provides support for building Xen, KVM, Libvirt, and associated This layer provides support for building Xen, KVM, Libvirt, and associated
packages necessary for constructing OE-based virtualized solutions. packages necessary for constructing OE-based virtualized solutions.
The bbappend files for some recipe (e.g. linux-yocto) in this layer need to
have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add
in configuration file the following line.
DISTRO_FEATURES_append = " virtualization"
Dependencies Dependencies
------------ ------------
This layer depends on: This layer depends on: