Age | Commit message (Collapse) | Author |
|
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>
|
|
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
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>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
|
|
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
|
|
qtdemo-init exists in another recipe for qte. When both recipes are
built we get an error during sysroot deployment.
|
|
- use % in bbappend
- tegra: build with icu, so qtwebkit can be built
- tegra: build with gstreamer 0.10
- remove workaround for gcc 4.8
|
|
The SUMMARY variable gives a short description of the package (<72 chars).
A missing DESCRIPTION is automatically set to the content of SUMMARY.
|
|
While at it replace Tegra machines with SOC family
Conflicts:
recipes-qt/qt4/qt4-x11-free_4.8.5.bbappend
|
|
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.
|
|
|
|
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.
|
|
Since we explicitly ask to build Qt for OpenGL ES2, we should also
make OpenGL ES2 as a explicit dependency.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
with the move from meta-openembedded to oe-core some things have
changed, e.g. the config files have to explicitly installed
|
|
|
|
- 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
|