summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2024-03-18 17:00:47 +0800
committerKhem Raj <raj.khem@gmail.com>2024-03-18 23:15:45 -0700
commit8fbc4b443893ab3842063e65d8fe27a5d166bd3e (patch)
treeb26daf08ac6deafb501a9604c8b14f728024ee5a
parentca6c714d4a807f199db009bf4be293640623d7af (diff)
downloadmeta-clang-mickledore.tar.gz
layer.conf: Mark it scarthgap compatiblemickledore
Downstream projects need time to switch to opaque pointers in llvm16 which requires in some cases significant effort. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index edcc958..8630fd7 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -7,7 +7,7 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7BBFILE_COLLECTIONS += "clang-layer" 7BBFILE_COLLECTIONS += "clang-layer"
8BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_clang-layer = "7" 9BBFILE_PRIORITY_clang-layer = "7"
10LAYERSERIES_COMPAT_clang-layer = "mickledore nanbield" 10LAYERSERIES_COMPAT_clang-layer = "mickledore nanbield scarthgap"
11LAYERDEPENDS_clang-layer = "core" 11LAYERDEPENDS_clang-layer = "core"
12 12
13BBFILES_DYNAMIC += " \ 13BBFILES_DYNAMIC += " \