diff options
author | Ariel D'Alessandro <ariel.dalessandro@collabora.com> | 2024-12-12 12:44:18 -0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-12-17 09:26:19 -0800 |
commit | 61adb937ca58cd3f836ec9db33245888a44b4f48 (patch) | |
tree | cd152b7bb953d35c033df5ac86403823a7fa3f75 | |
parent | 9fbfa9db33131abdf3870a94f00199eb53e276e5 (diff) | |
download | meta-clang-61adb937ca58cd3f836ec9db33245888a44b4f48.tar.gz |
conf: layer.conf: Add kirkstone to LAYERSERIES_COMPAT
Backporting from scarthgap, add kirkstone compat.
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@collabora.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 0a64e3a..3cf7fc3 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 = "nanbield scarthgap" | 10 | LAYERSERIES_COMPAT_clang-layer = "kirkstone" |
11 | LAYERDEPENDS_clang-layer = "core" | 11 | LAYERDEPENDS_clang-layer = "core" |
12 | 12 | ||
13 | BBFILES_DYNAMIC += " \ | 13 | BBFILES_DYNAMIC += " \ |