summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-04-05 18:09:16 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-06 12:52:29 -0400
commit9c15e8bbe86f5a4907de1b196a258883bf422ede (patch)
treeb62918eca2f95bcc57ba3d780e3ad58360f2bac8
parent332cebab679afc957b6d6fb5519d7df47c27aef5 (diff)
downloadtalos-openbmc-9c15e8bbe86f5a4907de1b196a258883bf422ede.tar.gz
talos-openbmc-9c15e8bbe86f5a4907de1b196a258883bf422ede.zip
meta-google: 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. (From meta-google rev: 2282c02ed2b9021205840e6bd9b3fdcf70870f87) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I9396d0ec3ea4fbbb9a8ba5aaa685196f7a087dd3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-google/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-google/conf/layer.conf b/meta-google/conf/layer.conf
index 0f4bd15e7..b446ef0d2 100644
--- a/meta-google/conf/layer.conf
+++ b/meta-google/conf/layer.conf
@@ -7,4 +7,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "google-layer"
BBFILE_PATTERN_google-layer = ""
LAYERVERSION_google-layer = "1"
-LAYERSERIES_COMPAT_google-layer = "thud"
+LAYERSERIES_COMPAT_google-layer = "thud warrior"
OpenPOWER on IntegriCloud