From c715bf7c309b2cd635eb2b702500bb58f9cdb157 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Sat, 30 Sep 2017 11:06:17 +0800 Subject: 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 Signed-off-by: Bruce Ashfield --- README | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README b/README index 2578f904..49fda10c 100644 --- a/README +++ b/README @@ -4,6 +4,11 @@ meta-virtualization This layer provides support for building Xen, KVM, Libvirt, and associated 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 ------------ This layer depends on: -- cgit v1.2.3-54-g00ecf