summaryrefslogtreecommitdiff
path: root/recipes-qt
AgeCommit message (Collapse)Author
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