summaryrefslogtreecommitdiff
path: root/meta-aspeed/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-06-13 15:43:35 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-07-26 21:21:52 +0300
commitd4977d59a95a9d9fa66179d023fccf019dc6e12e (patch)
tree8462bb149a3dab584188a631fe16650c66d2d513 /meta-aspeed/conf
parentd76095c04bf6eb183c8292f0ede330b3e311d6c8 (diff)
downloadopenbmc-d4977d59a95a9d9fa66179d023fccf019dc6e12e.tar.xz
meta-aspeed: drop thud compatibility
From the manual on LAYERSERIES_COMPAT: Lists the versions of the OpenEmbedded-Core for which a layer is compatible. Using the LAYERSERIES_COMPAT variable allows the layer maintainer to indicate which combinations of the layer and OE-Core can be expected to work. The variable gives the system a way to detect when a layer has not been tested with new releases of OE-Core (e.g. the layer is not maintained). Noone is testing OE-core thud + meta-aspeed master, so take the safe route and don't advertise support. For compatibility with OE-core thud, use the thud branch of meta-aspeed. (From meta-aspeed rev: 47d59dc9e3944127b91c89f6745da55eb12bdbfa) Change-Id: I11dc3c5bd285e2bc9c6b7226b8dda757f3705db7 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-aspeed/conf')
-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 b990839bd..8c0d502cf 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 := "^${LAYERDIR}/"
LAYERVERSION_aspeed-layer = "1"
-LAYERSERIES_COMPAT_aspeed-layer = "thud warrior"
+LAYERSERIES_COMPAT_aspeed-layer = "warrior"
ASPEEDBASE = '${@os.path.normpath("${LAYERDIR}/")}'