meta-quanta: 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: I8557016289724245c25ebb4fa7166f13bd43da82
diff --git a/meta-gsj/conf/layer.conf b/meta-gsj/conf/layer.conf
index d1c71c8..f29b93a 100644
--- a/meta-gsj/conf/layer.conf
+++ b/meta-gsj/conf/layer.conf
@@ -7,4 +7,4 @@
 
 BBFILE_COLLECTIONS += "gsj-layer"
 BBFILE_PATTERN_gsj-layer = ""
-LAYERSERIES_COMPAT_gsj-layer = "thud"
+LAYERSERIES_COMPAT_gsj-layer = "thud warrior"