From 00eb3341d40a7db02595b47eab010103f6b5778b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 20 Mar 2021 02:07:39 +0000 Subject: [PATCH] layer.conf: remove releases before dunfell as compatible For dunfell meta-ti moved to depend on meta-arm and is no longer compatible with older releases. 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 7848d196..26a42f7f 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" +LAYERSERIES_COMPAT_meta-ti = "dunfell" LICENSE_PATH += "${LAYERDIR}/licenses"