summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-04 13:25:02 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-05 12:38:02 -0400
commit1428c9afd798e3f10c3878cc7c0608206ddfabc9 (patch)
tree7cc9ac6c8cbe53bd300a0c48b71f30124823951c
parent08382bce3eaa26dff60754494e25b34f5f63d4d9 (diff)
downloadtalos-openbmc-1428c9afd798e3f10c3878cc7c0608206ddfabc9.tar.gz
talos-openbmc-1428c9afd798e3f10c3878cc7c0608206ddfabc9.zip
meta-phosphor: 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-phosphor rev: 696da8f0734b47c07e0e5179562c24393df9a26d) Change-Id: I18eb95b6ae926925c1ac48f5ba0d03b3b88e52b2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/conf/layer.conf b/meta-phosphor/conf/layer.conf
index c4a3f43f0..6ffcde01f 100644
--- a/meta-phosphor/conf/layer.conf
+++ b/meta-phosphor/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "phosphor-layer"
BBFILE_PATTERN_phosphor-layer = "^${LAYERDIR}/"
LAYERVERSION_phosphor-layer = "1"
-LAYERSERIES_COMPAT_phosphor-layer = "thud"
+LAYERSERIES_COMPAT_phosphor-layer = "thud warrior"
# Provide a variable that points the base of the phosphor layer.
PHOSPHORBASE = '${@os.path.normpath("${LAYERDIR}/")}'
OpenPOWER on IntegriCloud