From ffb226655b5fcb46ffd799604d8ff31ed90c31db Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 10 Sep 2023 12:01:48 +0200 Subject: layer.conf: update LAYERSERIES_COMPAT for nanbield * oe-core switched to nanbield in: https://git.openembedded.org/openembedded-core/commit/?id=f212cb12a0db9c9de5afd3cc89b1331d386e55f6 Signed-off-by: Martin Jansa --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 50368e9..f1138b8 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" BBFILE_COLLECTIONS += "clang-layer" BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/" BBFILE_PRIORITY_clang-layer = "7" -LAYERSERIES_COMPAT_clang-layer = "mickledore" +LAYERSERIES_COMPAT_clang-layer = "nanbield" LAYERDEPENDS_clang-layer = "core" BBFILES_DYNAMIC += " \ -- cgit v1.2.3-54-g00ecf