From ce35c39511f885c64e6075d237a22bf5296d42da Mon Sep 17 00:00:00 2001 From: Sangmo Kang Date: Wed, 8 May 2024 09:14:17 +0900 Subject: layer.conf: update LAYERSERIES_COMPAT for styhead oe-core switched to styhead in: https://git.openembedded.org/openembedded-core/commit?id=cef91ebeb3f2b1d41336fff60555064430a80397 Signed-off-by: Sangmo Kang --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/layer.conf b/conf/layer.conf index 0a64e3a..b46c715 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 = "nanbield scarthgap" +LAYERSERIES_COMPAT_clang-layer = "scarthgap styhead" LAYERDEPENDS_clang-layer = "core" BBFILES_DYNAMIC += " \ -- cgit v1.2.3-54-g00ecf