summaryrefslogtreecommitdiff
path: root/recipes-qt/qt5
AgeCommit message (Collapse)Author
2019-03-06qt3d: address race conditionMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06apalis/colibri-t20 -t30: drop machinesMax Krummenacher
These machines use an old Nvidia provided downstream kernel 3.1.10. They are no longer compatible with more recent sysroot components, e.g. libc, xserver et. al. The maintenance burden to keep the userspace components in their old version becomes simply to high. Keep using the rocko based 2.8 BSP for these machines. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06qtwebkit: drop gstreamer 0.10Max Krummenacher
qtwebkit bb no longer supports the use of gstreamer 0.10 packageconfig. Also it looks like qtwebkit itself no longer picks up a 0.10 installation. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06qt3d: depend on the configered opengl flavoursMax Krummenacher
qt3d picks up the configured flavours of OpenGL from qtbase. So add them to DEPENDS or one gets linker errors. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06qtquick1: remove useMax Krummenacher
With commit 7193a7f1f meta-qt5 removed qtquick1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-03-06qtbase: build sqlite database pluginMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2017-12-22packagegroup-qt5: override packagegroup-qt5 from meta-angstromMax Krummenacher
Remove qt plugins already pulled in from RRECOMMENDS. As qt5.inc sets RRECOMMENDS_${PN} = "${PN}-plugins ${PN}-qmlplugins" there is no need to to add plugins for which ${PN} is already included. As with Qt 5.8 qtdeclarativ-plugins is empty this fixes: | Collected errors: | * calculate_dependencies_for: Cannot satisfy the following dependencies for packagegroup-qt5: | * qtdeclarative-plugins * | * opkg_solver_install: Cannot install package packagegroup-qt5. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22recipes: fix invalid license file locationMax Krummenacher
Use '${COMMON_LICENSE_DIR} for license files fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: | ${COREBASE}/LICENSE is not a valid license file, please use |'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. |This will become an error in the future Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07meta-toradex-demo: clean-up whitespace useMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07qtbase: make packagearch machine specific for machines which change featuresMax Krummenacher
While at it only differ in PACKAGECONFIG if really needed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07recipes: remove unneeded RDEPENDSMax Krummenacher
Empty RDEPENDS are not needed, the others are automatically added by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07qtbase append: add packageconfig to fontconfigMax Krummenacher
Qt5.7 no longer provides fonts. Enable the 'fontconfig' PACKAGECONFIG so that Qt5 finds OE installed fonts. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-11-21qtbase bbappend: configure unconditionally with -accessibilityMax Krummenacher
qtquickcontrols are only built if qtbase gets configured with accessibility. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-29recipes: stop using base_containsMax Krummenacher
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30qt5-x11-free-systemd: add systemd service recipe to start a qt5 appMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-14qtbase_%.bbappend: fix build with X11Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-06-23qt5: align with meta-qt5 dizzyMax Krummenacher
- use % in bbappend - tegra: build with icu, so qtwebkit can be built - tegra: build with gstreamer 0.10 - remove workaround for gcc 4.8
2014-10-06qt5: fix build failure with V2.3 imagesMax Krummenacher
2014-06-25qt5: config for gles and build examplesraul