summaryrefslogtreecommitdiff
path: root/meta-supermicro/conf
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2022-02-26 00:28:30 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-02-26 00:29:44 +0300
commit757831f38b48e057618031bd4b16bdac0d7ac778 (patch)
tree045158d82f1deb3730b6053ce60e6d19af754289 /meta-supermicro/conf
parent77c0126ab830535b1c8a98521a2eab5f38cb8353 (diff)
downloadopenbmc-757831f38b48e057618031bd4b16bdac0d7ac778.tar.xz
treewide: support yocto kirkstone release
* Deprecate N-1 release (hardknott). * Enable N+1 release (kirkstone). Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I39e027e02dab64b4390b46ffbd9c299c858f403e
Diffstat (limited to 'meta-supermicro/conf')
-rw-r--r--meta-supermicro/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-supermicro/conf/layer.conf b/meta-supermicro/conf/layer.conf
index a5142e25f1..435f64b2fe 100644
--- a/meta-supermicro/conf/layer.conf
+++ b/meta-supermicro/conf/layer.conf
@@ -8,6 +8,6 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "supermicro"
BBFILE_PATTERN_supermicro = "^${LAYERDIR}/"
LAYERVERSION_supermicro = "1"
-LAYERSERIES_COMPAT_supermicro = "hardknott honister"
+LAYERSERIES_COMPAT_supermicro = "honister kirkstone"
LAYERDEPENDS_supermicro = "phosphor-layer"