summaryrefslogtreecommitdiff
path: root/recipes-qt
AgeCommit message (Collapse)Author
2019-05-08images and helpers: drop qt4Max Krummenacher
Qt 4 was first released in 2005 and has been unsupported since 2015. Drop it from what we regularly install. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
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-06falkon: add recipe for a qt5 web browserMax Krummenacher
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>
2018-03-22qedit: add a qt5 text editorMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@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>
2017-01-10Revert "qt4: add patch which fixes 24-bit color depth"Max Krummenacher
Patch gets now applyed in meta-qt4. This reverts commit 990b54bc5cd767a2c687bae77ca1c79e40c79c0d Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@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-11-21qt4: add patch which fixes 24-bit color depthStefan Agner
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@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-10-28qt4-x11-free-systemd: change filenames for systemd serviceMax Krummenacher
qtdemo-init exists in another recipe for qte. When both recipes are built we get an error during sysroot deployment.
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
2015-05-12recipes: replace short DESCRIPTION with SUMMARYMax Krummenacher
The SUMMARY variable gives a short description of the package (<72 chars). A missing DESCRIPTION is automatically set to the content of SUMMARY.
2015-03-31qt4: replace version with % wildcardMax Krummenacher
While at it replace Tegra machines with SOC family Conflicts: recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend
2015-02-17qt-demo-init: converted to systemd serviceStefan Agner
Convert qt-demo-init to a systemd service. The service will only start when the systemd target is set to graphical, hence also set the new default target of the qt4e-demo-image to graphical.
2015-01-14qt4-x11-free: append to DEPENDS, not overwrite itMax Krummenacher
2014-12-08qt4-x11-free-systemd.bb: move init script to /usr/binStefan Agner
Due to the move to systemd, all init scripts located under /etc/init.d get deleted by the inherited systemd recipes (systemd.inc). Since we don't use the script as a system V init script, we can move the script to /usr/bin.
2014-12-08qt4 bbappend: add dependencies to OpenGL ES2Stefan Agner
Since we explicitly ask to build Qt for OpenGL ES2, we should also make OpenGL ES2 as a explicit dependency.
2014-10-06qt5: fix build failure with V2.3 imagesMax Krummenacher
2014-08-04qt4-x11-free-systemd.bb: Update after toplevel LICENSE file checksum changeMax Krummenacher
2014-08-04qt-demo-init: Update after toplevel LICENSE file checksum changeMax Krummenacher
2014-08-04bbappends: remove the deprecated PRINC variableMax Krummenacher
2014-06-25qt5: config for gles and build examplesraul
2014-04-01qt4 bbappend: update to match bb versionMax Krummenacher
2013-11-21qtdemo-init: Add start script for qtdemoEMax Krummenacher
2013-11-21qt4-embedded: configure for all supported screen depthsMax Krummenacher
2013-10-11qt4-embedded: configure with -depths genericMax Krummenacher
2013-09-22systemd: adapt to new systemd handlingMax Krummenacher
with the move from meta-openembedded to oe-core some things have changed, e.g. the config files have to explicitly installed
2013-09-22qt4: follow update of recipe with bbappendMax Krummenacher
2013-03-27images: added a QT4 X11 imageMax Krummenacher
- bbappends to the base qt4-x11-free recipe to use OpenGL ES2 - script which starts X plus qtdemo, including a systemd service to activate script