summaryrefslogtreecommitdiffstats
path: root/meta-inspur
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-04-05 18:32:49 -0700
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-06 22:21:50 -0400
commite8ec568d53d79daadb1ea46074e50b95f3cf26b1 (patch)
tree706751a130b9c2b4df36ed591ba51c387bcb04df /meta-inspur
parentfc81e38aed2df98ed8c83b3ce7970f6434765a41 (diff)
downloadtalos-openbmc-e8ec568d53d79daadb1ea46074e50b95f3cf26b1.tar.gz
talos-openbmc-e8ec568d53d79daadb1ea46074e50b95f3cf26b1.zip
meta-inspur: 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-inspur rev: ba5f0c7441a2ad1dd87fb1a3c37ae7ca6e66df34) Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I99469a26e5cab061b07485a870692bfde220a0b1 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-inspur')
-rw-r--r--meta-inspur/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-inspur/conf/layer.conf b/meta-inspur/conf/layer.conf
index bda219fbe..16f6f2a7b 100644
--- a/meta-inspur/conf/layer.conf
+++ b/meta-inspur/conf/layer.conf
@@ -8,7 +8,7 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "inspur-layer"
BBFILE_PATTERN_inspur-layer = ""
LAYERVERSION_inspur-layer = "1"
-LAYERSERIES_COMPAT_inspur-layer = "thud"
+LAYERSERIES_COMPAT_inspur-layer = "thud warrior"
INSPURBASE = '${@os.path.normpath("${LAYERDIR}/")}'
OpenPOWER on IntegriCloud