meta-facebook: 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: If79ab8bff1433a27a907a3a9f9b8546be0ea08f2
diff --git a/conf/layer.conf b/conf/layer.conf
index 59bdc48..3e5c15c 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,4 +7,4 @@
BBFILE_COLLECTIONS += "facebook-layer"
BBFILE_PATTERN_facebook-layer = ""
-LAYERSERIES_COMPAT_facebook-layer = "thud"
+LAYERSERIES_COMPAT_facebook-layer = "thud warrior"