summaryrefslogtreecommitdiff
path: root/meta-inventec
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-inventec
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-inventec')
-rw-r--r--meta-inventec/conf/layer.conf2
-rw-r--r--meta-inventec/meta-common/conf/layer.conf2
-rwxr-xr-xmeta-inventec/meta-transformers/conf/layer.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-inventec/conf/layer.conf b/meta-inventec/conf/layer.conf
index e390573bed..ff581a440b 100644
--- a/meta-inventec/conf/layer.conf
+++ b/meta-inventec/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "inventec"
BBFILE_PATTERN_inventec := "^${LAYERDIR}/"
-LAYERSERIES_COMPAT_inventec = "hardknott honister"
+LAYERSERIES_COMPAT_inventec = "honister kirkstone"
BBFILE_PRIORITY_inventec = "6"
# Provide a variable that points the base of the hpe layer.
diff --git a/meta-inventec/meta-common/conf/layer.conf b/meta-inventec/meta-common/conf/layer.conf
index 07788f69e1..6511a3eeed 100644
--- a/meta-inventec/meta-common/conf/layer.conf
+++ b/meta-inventec/meta-common/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "common"
BBFILE_PATTERN_common = "^${LAYERDIR}/"
BBFILE_PRIORITY_common = "10"
-LAYERSERIES_COMPAT_common = "hardknott honister"
+LAYERSERIES_COMPAT_common = "honister kirkstone"
diff --git a/meta-inventec/meta-transformers/conf/layer.conf b/meta-inventec/meta-transformers/conf/layer.conf
index 35ae68d30a..93d7000c99 100755
--- a/meta-inventec/meta-transformers/conf/layer.conf
+++ b/meta-inventec/meta-transformers/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "transformers"
BBFILE_PATTERN_transformers = "^${LAYERDIR}/"
BBFILE_PRIORITY_transformers = "7"
-LAYERSERIES_COMPAT_transformers = "hardknott honister"
+LAYERSERIES_COMPAT_transformers = "honister kirkstone"