diff options
| author | Samuli Piippo <samuli.piippo@qt.io> | 2024-04-18 10:26:20 +0300 |
|---|---|---|
| committer | Samuli Piippo <samuli.piippo@qt.io> | 2024-04-18 10:54:20 +0300 |
| commit | 329d28c15189ed5bde5d20ed1e5899c52861cba7 (patch) | |
| tree | 9285328e12e2efc87b41dc2b09487ed9b45254a1 | |
| parent | 49ad45f61fc35396d05b55884c6aade582d96078 (diff) | |
Use meta-clang if available
Change-Id: Ia7c3b3fe42cbdb92d4ca54d577d9b6bf66ff75e6
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
| -rw-r--r-- | conf/bblayers.conf.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/bblayers.conf.sample b/conf/bblayers.conf.sample index b0bd0b7..31d9425 100644 --- a/conf/bblayers.conf.sample +++ b/conf/bblayers.conf.sample @@ -52,3 +52,5 @@ BBLAYERS ?= " \ ${BSPDIR}/sources/meta-qt6 \ " +CLANG = "${BSPDIR}/sources/meta-clang" +BBLAYERS += "${@d.getVar('CLANG') if os.path.exists(d.getVar('CLANG')) else ''}" |
