summaryrefslogtreecommitdiffstats
path: root/meta-aspeed
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-04 13:27:24 -0400
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-05 12:38:08 -0400
commit66987bd2aadd7f9ec643cb9175191f453101c626 (patch)
tree8de530138cb426aa5b62d74a60c42aeba0bd0678 /meta-aspeed
parent1428c9afd798e3f10c3878cc7c0608206ddfabc9 (diff)
downloadtalos-openbmc-66987bd2aadd7f9ec643cb9175191f453101c626.tar.gz
talos-openbmc-66987bd2aadd7f9ec643cb9175191f453101c626.zip
meta-aspeed: 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-aspeed rev: b0a660fff71d73fd3ebce07fb2092e25cf72d4f4) Change-Id: I55ff5fc408780ea721a3aa9b7b91144dea4235fa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed')
-rw-r--r--meta-aspeed/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-aspeed/conf/layer.conf b/meta-aspeed/conf/layer.conf
index 7e316fd84..22f56a355 100644
--- a/meta-aspeed/conf/layer.conf
+++ b/meta-aspeed/conf/layer.conf
@@ -7,6 +7,6 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "aspeed-layer"
BBFILE_PATTERN_aspeed-layer = ""
LAYERVERSION_aspeed-layer = "1"
-LAYERSERIES_COMPAT_aspeed-layer = "thud"
+LAYERSERIES_COMPAT_aspeed-layer = "thud warrior"
ASPEEDBASE = '${@os.path.normpath("${LAYERDIR}/")}'
OpenPOWER on IntegriCloud