From 757831f38b48e057618031bd4b16bdac0d7ac778 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 25 Feb 2022 15:28:30 -0600 Subject: treewide: support yocto kirkstone release * Deprecate N-1 release (hardknott). * Enable N+1 release (kirkstone). Signed-off-by: Patrick Williams Change-Id: I39e027e02dab64b4390b46ffbd9c299c858f403e --- meta-inventec/meta-common/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-inventec/meta-common/conf') 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" -- cgit v1.2.3