diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-02-17 12:43:56 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-21 18:27:07 -0800 |
| commit | 967b2c074ca9d084d325e407cd5f8b32d6a406ec (patch) | |
| tree | c797d39bbeb346c240c974bea30315fe62a460bf /conf/layer.conf | |
| parent | 94bb22ff6975f7778b04c042ec8c2ec1a344398c (diff) | |
| download | meta-clang-967b2c074ca9d084d325e407cd5f8b32d6a406ec.tar.gz | |
layers: Bump to use kirkstone
its not going to be backward ABI compatible with honister due to variable renaming.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/layer.conf')
| -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 9e1fb1f..ca4fe3d 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 = "hardknott honister" | 10 | LAYERSERIES_COMPAT_clang-layer = "kirkstone" |
| 11 | LAYERDEPENDS_clang-layer = "core" | 11 | LAYERDEPENDS_clang-layer = "core" |
| 12 | 12 | ||
| 13 | BBFILES_DYNAMIC += " \ | 13 | BBFILES_DYNAMIC += " \ |
