summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/qt6-layer
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyside6: Remove due to being missing from meta-qt6 devRyan Eatmon10 days1-1/+0
| | | | | | | | | | | | | | | | The recipe being bbappended is not supported in meta-qt6 until later in a stable versions life cycle. This has the effect that in the most recent version branches (6.10 as of this commit) does not have the required recipe to bbappend, and dev will never have the recipe. This causes a parsing error when using these more up to date branches: ERROR: No recipes in default available for: .../meta-clang/dynamic-layers/qt6-layer/recipes-qt/qt6/python3-pyside6_%.bbappend Given this, we should drop this bbappend and try to address the build failure in world another way. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
* dynamic-layers/qt6-layer: fix typo in recipes directory nameMartin Jansa12 days2-0/+0
| | | | Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
* qtbase: Remove bbappendKhem Raj13 days1-1/+0
| | | | | | | This was setting lld as linker when using clang, but this is now taken care by main qtbase recipe in meta-qt6. Its not needed anymore Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Use TOOLCHAIN_NATIVE instead of TOOLCHAIN:class-nativeKhem Raj13 days1-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qtwebengine,rust-llvm,rust: Use clang for native toolchain as wellKhem Raj13 days1-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Rename inherit for clang-native to toolchain/clang-nativeKhem Raj13 days1-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyside6: Do not build as part of world buildsKhem Raj13 days1-0/+1
| | | | | | it does not compile for arm64/riscv64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qtwebengine: Use clang for native toolchain as wellKhem Raj2024-09-191-0/+1
| | | | | | | | | This makes the chromium build less confused when mixing native compiler for gcc and target compiler for clang this does not sit well with gn build system and it starts to pass clang options to gcc, which does not always work Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qt6/qtbase: Always use lld linker with clangKhem Raj2024-07-101-0/+1
| | | | | | | | | | chromium has certain options e.g. -Wl,-mllvm,xxx assumed when compiler chosen is clang. These options are not understood by GNU linker, therefore force using LLD when clang toolchain is used to compile QT6 components. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qt6/qttools: remove bbappendSamuli Piippo2024-03-211-1/+0
| | | | | | clang dependency is already added in meta-qt6 recipe. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
* qt6/qttools: Fix build with clangKhem Raj2023-06-091-0/+1
See [1] [1] https://codereview.qt-project.org/c/yocto/meta-qt6/+/476890 Signed-off-by: Khem Raj <raj.khem@gmail.com>