summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-09-30 11:06:17 +0800
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-10-02 09:39:26 -0400
commitc715bf7c309b2cd635eb2b702500bb58f9cdb157 (patch)
treecc0d3b4e8f4b11e02887248e53409cc9dfd489bf /README
parent5b70104bf16aa2abbcfd50ad9479389a62c79d87 (diff)
downloadmeta-virtualization-c715bf7c309b2cd635eb2b702500bb58f9cdb157.tar.gz
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>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 2578f904..49fda10c 100644
--- a/README
+++ b/README
@@ -4,6 +4,11 @@ meta-virtualization
4This layer provides support for building Xen, KVM, Libvirt, and associated 4This layer provides support for building Xen, KVM, Libvirt, and associated
5packages necessary for constructing OE-based virtualized solutions. 5packages necessary for constructing OE-based virtualized solutions.
6 6
7The bbappend files for some recipe (e.g. linux-yocto) in this layer need to
8have 'virtualization' in DISTRO_FEATURES to have effect. To enable them, add
9in configuration file the following line.
10DISTRO_FEATURES_append = " virtualization"
11
7Dependencies 12Dependencies
8------------ 13------------
9This layer depends on: 14This layer depends on: