summaryrefslogtreecommitdiffstats
path: root/meta-ingrasys/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-04 23:16:24 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-05 12:37:47 -0400
commit08382bce3eaa26dff60754494e25b34f5f63d4d9 (patch)
tree8e9e1dc6ff86d2861ca6064bc050d8be1792b55b /meta-ingrasys/conf
parent946a253ad22a10ca4c17a2fef73bd156bf809103 (diff)
downloadtalos-openbmc-08382bce3eaa26dff60754494e25b34f5f63d4d9.tar.gz
talos-openbmc-08382bce3eaa26dff60754494e25b34f5f63d4d9.zip
meta-ingrasys: 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-ingrasys rev: bc513127f473da3cdadf59f4836043e8dbf2e3bf) Change-Id: Ic35d93d2d24506a9a8f50bda9f5f76af0c97208b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ingrasys/conf')
-rw-r--r--meta-ingrasys/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ingrasys/conf/layer.conf b/meta-ingrasys/conf/layer.conf
index eaa0582be..a0eebb727 100644
--- a/meta-ingrasys/conf/layer.conf
+++ b/meta-ingrasys/conf/layer.conf
@@ -3,7 +3,7 @@ BBPATH .= ":${LAYERDIR}"
BBFILE_COLLECTIONS += "ingrasys"
BBFILE_PATTERN_ingrasys = ""
-LAYERSERIES_COMPAT_ingrasys = "thud"
+LAYERSERIES_COMPAT_ingrasys = "thud warrior"
# Provide a variable that points the base of the ingrasys layer.
INGRASYSBASE = '${@os.path.normpath("${LAYERDIR}/")}'
OpenPOWER on IntegriCloud