From dcab4f5860a35432d4e7ad4860a9ad98feab74c2 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Tue, 17 Aug 2021 16:43:33 +0000 Subject: [PATCH] layer.conf: set LAYERSERIES_COMPAT to honister Signed-off-by: Christopher Larson --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 5d6045e..e519871 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -6,7 +6,7 @@ BBFILE_PRIORITY_external-toolchain = "1" BBFILE_PATTERN_external-toolchain = "^${LAYERDIR}/" LAYERDEPENDS_external-toolchain = "core" -LAYERSERIES_COMPAT_external-toolchain = "thud warrior zeus dunfell gatesgarth hardknott" +LAYERSERIES_COMPAT_external-toolchain = "honister" LAYERDIR_external-toolchain = "${LAYERDIR}" BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \