aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/packagegroups
Commit message (Collapse)AuthorAgeFilesLines
* packagegroup-qt5-toolchain-target: Add qtquickcontrols2-qmlplugins ↵BogDan Vatra2022-10-231-0/+1
| | | | | | RRECOMMENDS:${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-033-8/+8
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5-native.inc, nativesdk-qt5.inc, ↵Martin Jansa2021-01-271-1/+1
| | | | | | | | | | | nativesdk-packagegroup-qt5-toolchain-host: reorder inherits to fix new QA check * fixes: WARNING: meta-qt5/recipes-qt/qt5/qtbase-native_git.bb: QA Issue: qtbase-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] WARNING: meta-qt5/recipes-qt/qt5/nativesdk-qtbase_git.bb: QA Issue: nativesdk-qtbase: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] WARNING: meta-qt5/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb: QA Issue: nativesdk-packagegroup-qt5-toolchain-host: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add nativesdk-qtdeclarative-tools to nativesdk packagegroupJani Suonpera2021-01-221-0/+1
| | | | | | | Github issue: https://github.com/meta-qt5/meta-qt5/issues/128 Task-number: QTBUG-89188 Change-Id: I5becaab46b1af0bcb130905ba5177c28d31e2452
* packagegroup-qt5-toolchain-target: Use TUNE_PKGARCH instead of MACHINE_ARCHMartin Jansa2020-01-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * it was changed to MACHINE_ARCH in: commit 0d88f4488f08dc92081274ec954c8795d6dfe68c (marc-cpdesign/master-next, marc-cpdesign/jansa/master) Author: Khem Raj <raj.khem@gmail.com> Date: Thu Dec 5 11:31:27 2019 -0800 packagegroup-qt5-toolchain-target: Make machine specific We want to deploy arch specific overrides Signed-off-by: Khem Raj <raj.khem@gmail.com> * but TUNE_PKGARCH qt5-creator has packagegroup-qt5-toolchain-target in RRECOMMENDS_${PN} causing: === Comparing signatures for task do_package_write_ipk.sigdata between tissot and mido === ERROR: qt5-creator different signature for task do_package_write_ipk.sigdata between tissot and mido NOTE: Starting bitbake server... Hash for dependent task packagegroups/packagegroup-qt5-toolchain-target.bb:do_packagedata changed from f8a21ed2c484abfbadae768ec9a2e04883e80fe7ac32f7eaf442f12b4cd1b65b to bd700f438812693132a93e88c2518c81818d89856d8793b8eae479dc7a180b68 Unable to find matching sigdata for /home/jenkins/workspace/luneos-testing/webos-ports/meta-qt5/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb:do_packagedata with hashes f8a21ed2c484abfbadae768ec9a2e04883e80fe7ac32f7eaf442f12b4cd1b65b or bd700f438812693132a93e88c2518c81818d89856d8793b8eae479dc7a180b68 ERROR: 1 errors found in /home/jenkins/workspace/luneos-testing/webos-ports/tmp-glibc/sstate-diff/1579172712/signatures.mido.do_package_write_ipk.sigdata.log * use TUNE_PKGARCH to match qt5-creator while still allowing arch specific overrides Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtwebkit: removeMartin Jansa2020-01-241-6/+0
| | | | | | | * it wasn't updated for very long time and I assume that all users already migrated to qtwebengine if not let me know that you'll start maintaining this recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nativesdk-packagegroup: fix cmake builds using sdkMarc Reilly2020-01-131-0/+1
| | | | | | The cmake toolchain init files are packaged into nativesdk-qtbase-dev. Signed-off-by: Marc Reilly <marc@cpdesign.com.au>
* qtenginio: remove obsolete moduleSamuli Piippo2020-01-111-3/+0
| | | | | | QtEnginio hasn't been supported in a long while. Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
* packagegroup-qt5-toolchain-target: Make machine specificKhem Raj2019-12-091-0/+1
| | | | | | We want to deploy arch specific overrides Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Disable clang dependent recipes for riscv64/32Khem Raj2019-12-091-0/+5
| | | | | | | Since clang is not buildable for RISC-V, as yet, these should be disabled as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-qt5-toolchain-target: add qtbase-toolsAndreas Müller2019-02-241-0/+1
| | | | | | From Qt perspective qmake/moc and friends are part of the toolchain Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* qttranslations, packagegroup-qt5-toolchain-target: drop qmlviewerMartin Jansa2018-12-231-1/+0
| | | | | | | | | | | | | | | | * it was removed from qttranslations in upstream commit: commit c49e22e0b3a48b67f481f7362b74d90e6596b60f Author: Kai Koehne <kai.koehne@qt.io> Date: Mon Dec 3 14:44:42 2018 +0100 Drop qtquick1 module qtquick1 has been removed from Qt in 5.6. The qtquick1 got removed from the supermodule in qt 5.11.2 (see change d60ef0b20247 in qt5.git). So it's high time to also remove the qtquick1 and qmlviewer translation logic from qttranslations. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target: Skip qtwebkit if opengl not foundScott Ellis2018-11-261-1/+1
| | | | | | Resolves #129 Signed-off-by: Scott Ellis <scott@jumpnowtek.com>
* nativesdk-qtbase: use default PACKAGESMartin Jansa2018-09-201-1/+1
| | | | | | | * don't append -tools to all packages * fixes automatic packaging of .debug files in ${PN}-dbg Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* nativesdk-packagegroup-qt5-toolchain-host: Add perl modulesSeokha Ko2018-08-141-0/+1
| | | | perl modules are needed for syncqt.pl
* packagegroup-qt5-toolchain-target: Remove non-existing qttranslations-qt ↵Khem Raj2018-07-271-1/+0
| | | | | | | | | | from rdeps Fixes ERROR: Nothing RPROVIDES 'qttranslations-qt' (but /home/jenkins/oe/world/oe-build/sources/meta-qt5/recipes-qt/packagegroups/packagegroup-qt5-toolchain-target.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'qttranslations-qt' is unbuildable, removing... Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qtquick1: remove recipe and all referencesAndreas Müller2018-06-051-5/+0
| | | | | | | | * webkit part is broken (at least) * It is dead since 5.7 / 11/2016 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target: drop both qtwebkit packagesMartin Jansa2018-04-201-2/+0
| | | | | | * qtwebkit builds needs to be fixed first Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target/qttranslations: fix nothing provides ↵Hongxu Jia2018-04-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | qttranslations-qtconfig It failed to build meta-toolchain-qt5: ... Error: Problem: conflicting requests - nothing provides qttranslations-qtconfig needed by packagegroup-qt5-toolchain-target-1.0-r0.noarch ... The upstream removed qtconfig translations: ... commit a6b3446cb023e7b3a5f8aa12ea0d650d2b804334 Author: Alexander Volkov <a.volkov@rusbitech.ru> Date: Thu Sep 14 19:33:25 2017 +0300 Remove qtconfig translations ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
* packagegroup-qt5-toolchain-target: Add qtcharts and qtmqtttexierp2018-02-221-0/+5
| | | | | Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-qtcreator-debug: remove qtdeclarative-pluginsMax Krummenacher2017-12-271-1/+1
| | | | | | | | | | | | | This package is no longer created, it was also removed when moving to qt 5.8 with commit 333949a8239dfa7788b35f1059614733e11a6a25 from packagegroup-qt5-toolchain-target.bb. As the packagegroup was added for a target providing cross-debugging services for qtcreator (commit 53242713da6ae01f2b1f7e674b00517390fe2bcb) and maybe the package parent qtdeclarative is still needed, add that one instead. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target: add qtquickcontrols2 packageNiels Kolthoff2017-03-161-0/+3
| | | | | Signed-off-by: Niels Kolthoff <nkolthoff@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target: Add QtSerialBus to meta-toolchain-qt5.Yann PERON2017-03-071-0/+2
| | | | | | | Dynamic library Qt5SerialBus.so was not created in toolchain file system when I built bitbake meta-toolchain-qt5 Signed-off-by: Yann PERON <yann.peron@optimatic.fr> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Upgrade to Qt 5.8Samuli Piippo2017-01-261-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The linux-oe-g++ mkspec is changed to use $$(...) operator to obtain the contents of an environment value when qmake is run instead of when Makefile is processed. All OE_QMAKE_xxx variables need to be exported for qmake to find them. configure's setBootstrapVariable function needs to change $$(..) to normal $(...) operator to work with qmake's Makefile. qt.conf generation for qtbase recipes is not needed, as configure will generate its own version based on configure arguments. Skip running qmake, since configure is now automatically invoked when it's run in qtbase's root folder. Update PACKAGECONFIGs for qtbase to match current configure options. The new Qt configuration system [1] can be used with a new variable EXTRA_QMAKEVARS_CONFIGURE, which takes both command line and feature arguments. Merge the two qtwayland recipes to one that supports all three targets (target, native, nativesdk) without need for additional patch. Recipes for new Qt modules: QtSCXML, QtNetworkAuth, QtGamepad. Removes qtdeclarative-render2d [1] https://www.mail-archive.com/development@qt-project.org/msg25257.html Change-Id: Ib37c4d7323e8b45aa2b171e8427b6ec15aaee213 Signed-off-by: Samuli Piippo <samuli.piippo@qt.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target.bb: Add qtdeclarative-tools to RDEPENDS.Ann Thornton2016-06-091-0/+1
| | | | | Signed-off-by: Ann Thornton <ann.thornton@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* qtbase: remove fonts packagesMartin Jansa2016-05-021-1/+0
| | | | | | | | | | | * fonts were removed from qtbase in: commit c5ceabb9a1caf6b9b7615a28c3097f221772f645 Author: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Date: Mon Aug 17 18:32:41 2015 +0200 Purge all fonts Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* replace base_contains by bb.utils.containsAndreas Müller2016-05-021-17/+17
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: add Qml support to lupdateSamuli Piippo2016-02-141-1/+1
| | | | | | | | | | | Add dependency to qtdeclarative to qttools' native and nativesdk builds. This gives us lupdate with a support for Qml files. The nativesdk builds of qtdeclarative depend on more modules (Xml, Sql) from nativesdk-qtbase, so preserve all libs that are already built. This brings few extra libs to the package that might not be needed, but keeps the recipe simpler. Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target: do not check for meta-ruby layerJonathan Liu2015-12-181-2/+2
| | | | | | | | The ruby recipe has been moved into OE-core so checking for the meta-ruby layer is no longer needed as the ruby recipe will always be present. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target: move qttools-plugins to RRECOMENDSIvan Sergio Borgonovo2015-10-271-1/+1
| | | | | | | | | * since it's built just with examples * qttools-plugins contains just example plugins for qtcreator and get built just with examples. A working qt5 toolchain doesn't really require it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target: respect opengl DISTRO_FEATUREIvan Sergio Borgonovo2015-10-271-15/+15
| | | | | | | conditionally add to RDEPENDS all qt3d and -qmlplugins that depends on opengl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target: add qttranslations-qtwebsocketsJonathan Liu2015-09-071-0/+1
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add qttranslations to qt5-versions.inc and packagegroupsStephan Binner2015-02-271-0/+12
| | | | | Signed-off-by: Stephan Binner <stephan.binner@basyskom.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qtwebchannel: Add recipes for 5.4.0 and GitStephan Binner2015-02-131-0/+3
| | | | | Signed-off-by: Stephan Binner <stephan.binner@basyskom.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* packagegroup-qt5-toolchain-target: always include qttools packagesJonathan Liu2014-10-211-5/+5
| | | | | | | | | | The qttools packages were included only if the ruby layer was enabled as it required qtwebkit. However, qttools now has a PACKAGECONFIG option for qtwebkit and does not enable it by default so we can include the qttools packages even if the ruby layer is not enabled. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* packagegroup-qt5-toolchain-target: Add qtenginio, qtwebsocketsJonathan Liu2014-06-101-0/+6
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* packagegroup-qt5-toolchain-target: Don't require qtquickcontrols-qmlpluginsOtavio Salvador2014-05-281-1/+4
| | | | | | | The qtquickcontrols-qmlplugins requirement has been move to a runtime recommendation so we don't fail in case it is not available. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* packagegroup-qt5-toolchain-target: include all modules for developmentJonathan Liu2014-03-291-15/+65
| | | | | | | | This adds the necessary target packages for development with all of the Qt 5 modules. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* packagegroup-qt5-qtcreator-debug: Add package groupOtavio Salvador2014-02-281-0/+16
| | | | | | | | | This allow for easy installation of needed packages for remote debugging using QtCreator. The qtdeclarative-plugins package provides the needed infrastructure to remotely debug QML application. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Tested-by: Giulian Vivan <giulian@ossystems.com.br>
* packagegroup-qt5-toolchain-target: Add packagegroupOtavio Salvador2014-02-111-0/+40
| | | | | | | | | | Allow easy inclusion of target packages for the Qt5 SDK or external toolchain. The list of the target package is based on the Arago Project, which has been contribute by Denys Dmytriyenko <denys@ti.com>. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* nativesdk-packagegroup-qt5-toolchain-host: Add packagegroupOtavio Salvador2014-02-071-0/+14
Allow easy inclusion of host packages for the Qt5 standalone SDK or external toolchain. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>