Fix LAYERSERIES_COMPAT warning for meta-x86.
When building, it complains for warning like:
"WARNING: Layer intel should set LAYERSERIES_COMPAT_intel in its
conf/layer.conf file to list the core layer names it is compatible
with".
The reason is that some layers don't specify LAYERSERIES_COMPAT_xx
which is required to tell build system of OpenEmbedded-Core
version they are compatible with
Change-Id: I6e8ca97155a950b0153dfd25576302a6645c236c
Signed-off-by: Jia, Chunhui <chunhui.jia@linux.intel.com>
diff --git a/conf/layer.conf b/conf/layer.conf
index 7567416..9de6cbb 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -3,3 +3,4 @@
BBFILE_COLLECTIONS += "obmc_machines_x86"
BBFILE_PATTERN_obmc_machines_x86 = ""
+LAYERSERIES_COMPAT_obmc_machines_x86 = "sumo"