summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt/qtmultimedia_agldemo.inc
AgeCommit message (Collapse)AuthorFilesLines
2024-11-20qtbase(qt6): Enforce no x11-native gets pulled in and fix issues in qt6 ↵Jan-Simon Moeller1-4/+0
layer, fix llvm vs. clang Workaround: Fix wrong detection of X11 headers in native sysroot. For now remove xkbcommon Limit qt6 packagegroup inclusion to avoid unnecessary content in image. Also remove old patch to qtmultimedia. meta-clang inclusion now needs https://github.com/kraj/meta-clang/tree/scarthgap?tab=readme-ov-file#providing-llvm thus add PREFERRED_PROVIDER_llvm = "clang" PREFERRED_PROVIDER_llvm-native = "clang-native" PREFERRED_PROVIDER_nativesdk-llvm = "nativesdk-clang" PROVIDES:pn-clang = "llvm" PROVIDES:pn-clang-native = "llvm-native" PROVIDES:pn-nativesdk-clang = "nativesdk-llvm" Need to work out the final location for these. Bug-AGL: SPEC-5282 Change-Id: Ib3ed9e81ecd1e27681e443dacddac5fec42a303f Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30503
2021-08-20Convert to new override syntaxScott Murray1-3/+3
This is the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I6eeadd2c985c008b04f8f9815bf0f6fb064bedac
2020-12-17SPEC-3723: restructure meta-agl-demoJan-Simon Moeller1-0/+7
All demo related components should be in here now. We keep the packagegroups on purpose for now to stay backward-compatible. v2: layer does pass yocto-check-layer, dependencies adapted v3: remove the dynamic-layer setup, use all-in-one approach v4: Fixed comments from Paul Barker. Tnx! v5: Removed wayland/weston/agl-compositor additions, except for demo specific weston-init bbappend Follow-up changes required later: - massaging packagegroups - scrub of recipes Bug-AGL: SPEC-3723 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I47cefd8c23d46b2cdd063470e3f7d97d5ad952d8