diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2024-03-18 17:00:47 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-18 23:15:45 -0700 |
commit | 8fbc4b443893ab3842063e65d8fe27a5d166bd3e (patch) | |
tree | b26daf08ac6deafb501a9604c8b14f728024ee5a | |
parent | ca6c714d4a807f199db009bf4be293640623d7af (diff) | |
download | meta-clang-8fbc4b443893ab3842063e65d8fe27a5d166bd3e.tar.gz |
layer.conf: Mark it scarthgap compatible
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.conf | 2 |
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" | |||
7 | BBFILE_COLLECTIONS += "clang-layer" | 7 | BBFILE_COLLECTIONS += "clang-layer" |
8 | BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_clang-layer := "^${LAYERDIR}/" |
9 | BBFILE_PRIORITY_clang-layer = "7" | 9 | BBFILE_PRIORITY_clang-layer = "7" |
10 | LAYERSERIES_COMPAT_clang-layer = "mickledore nanbield" | 10 | LAYERSERIES_COMPAT_clang-layer = "mickledore nanbield scarthgap" |
11 | LAYERDEPENDS_clang-layer = "core" | 11 | LAYERDEPENDS_clang-layer = "core" |
12 | 12 | ||
13 | BBFILES_DYNAMIC += " \ | 13 | BBFILES_DYNAMIC += " \ |