meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
sw:yocto:meta:meta-clang [2025/06/25 12:42] – niziak | sw:yocto:meta:meta-clang [2025/06/25 12:54] (current) – niziak | ||
---|---|---|---|
Line 35: | Line 35: | ||
It is already fixed with new llvm version. | It is already fixed with new llvm version. | ||
- | Commit with fix is here: [[https:// | + | Related issues: |
+ | * [[https:// | ||
+ | Commit with fix is here: | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
Usage in '' | Usage in '' | ||
Line 41: | Line 45: | ||
<file bash local.conf> | <file bash local.conf> | ||
EXTRA_OECMAKE: | EXTRA_OECMAKE: | ||
+ | # By default meta-clang is configured to built all architectures, | ||
+ | LLVM_TARGETS_TO_BUILD = " | ||
</ | </ | ||