Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | header: |
2 | version: 11 | ||||
3 | |||||
4 | repos: | ||||
5 | meta-clang: | ||||
6 | url: https://github.com/kraj/meta-clang | ||||
7 | |||||
8 | local_conf_header: | ||||
9 | clang: | | ||||
10 | TOOLCHAIN = "clang" | ||||
11 | # Clang causes more binaries to have buildpaths in the debug symbols | ||||
12 | # https://github.com/llvm/llvm-project/issues/56609 | ||||
13 | WARN_QA:remove = "buildpaths" | ||||
14 | |||||
15 | target: | ||||
16 | - core-image-base |