From cfe3f785739428552ffd9afe24b9f2000d1d2cc6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 20 Mar 2021 02:07:19 +0000 Subject: [PATCH] layer.conf: add hardknott to compatible release branches While at it, remove old releases before dunfell. Signed-off-by: Khem Raj Signed-off-by: Denys Dmytriyenko --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 2393e61a..3bed9fce 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti" BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" BBFILE_PRIORITY_meta-ti = "6" -LAYERSERIES_COMPAT_meta-ti = "sumo thud warrior zeus dunfell gatesgarth" +LAYERSERIES_COMPAT_meta-ti = "dunfell gatesgarth hardknott" LICENSE_PATH += "${LAYERDIR}/licenses"