summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-06-27 21:05:51 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-07-11 22:41:01 +0000
commitedd448c3d339bc1427f8864ea8c06d73b4e88ddd (patch)
tree5bfb0139554fe922a7923d754890224b68db56f2
parentc8c422aff85aa6c1183cdb924ba29fe185b336b8 (diff)
downloadtalos-openbmc-edd448c3d339bc1427f8864ea8c06d73b4e88ddd.tar.gz
talos-openbmc-edd448c3d339bc1427f8864ea8c06d73b4e88ddd.zip
phosphor: Set LAYERSERIES_COMPAT
Starting with sumo, bitbake emits a warning if this variable is not set. Indicate sumo branch compatibility. Change-Id: I0832841e92aea4e707131221b8992f8999da395a Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
-rw-r--r--meta-phosphor/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-phosphor/conf/layer.conf b/meta-phosphor/conf/layer.conf
index 2510f30fb..c90546673 100644
--- a/meta-phosphor/conf/layer.conf
+++ b/meta-phosphor/conf/layer.conf
@@ -8,6 +8,7 @@ BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "obmc-phosphor"
BBFILE_PATTERN_obmc-phosphor = "^${LAYERDIR}/"
LAYERVERSION_obmc-phosphor = "1"
+LAYERSERIES_COMPAT_obmc-phosphor = "sumo"
# Provide a variable that points the base of the phosphor layer.
PHOSPHORBASE = '${@os.path.normpath("${LAYERDIR}/")}'
OpenPOWER on IntegriCloud