layer.conf: set LAYERSERIES_COMPAT to honister

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2021-08-17 16:43:33 +00:00
parent 0c9a9a9eae
commit dcab4f5860

View File

@@ -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) \