meta-x86: layer.conf: Add warrior compatibility
oe-core branched in preparation for the upcoming 2.7 Yocto release and
as of 13e45ff requires core layer compatibility to "warrior" instead of
"thud". We'll retain compatibility for both until we do our own branch
or stop testing thud.
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ie7e90146c35a5476d372d648a60098690e9fae2e
diff --git a/conf/layer.conf b/conf/layer.conf
index 9ac01c8..5812d50 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -3,4 +3,4 @@
BBFILE_COLLECTIONS += "obmc_machines_x86"
BBFILE_PATTERN_obmc_machines_x86 = ""
-LAYERSERIES_COMPAT_obmc_machines_x86 = "thud"
+LAYERSERIES_COMPAT_obmc_machines_x86 = "thud warrior"