summaryrefslogtreecommitdiffstats
path: root/recipes-qt/b2qt-addons/b2qt-appcontroller
Commit message (Collapse)AuthorAgeFilesLines
* Enable QT_QPA_EGLFS_FORCEVSYNC=1 on nitrogen6x device.Kimmo Ollila2016-06-221-0/+9
| | | | | Change-Id: I594806492fcc894bbf6fb7dee29aa7bf99a38fb0 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* tegra-t18x: use QSG_RENDER_LOOP=windows for Drive CXSamuli Piippo2016-06-011-0/+7
| | | | | Change-Id: I68f724ff2c407f1a9b3d6b996477abe9bf719ba4 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* Add support for NXP SABRE iMX7DAndy Nichols2016-05-051-0/+8
| | | | | Change-Id: Ifef4dc7a1aad2829f2c6978d02efc3b0a7f8720a Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* automotive: update revisionsSamuli Piippo2016-04-215-0/+5
| | | | | | | | Update neptune-ui and qtapplication manager, which need latest qtwayland. Add needed environment variable for wayland. Change-Id: I2e9eddd109546dca49451bff6bcf5623e16eb0bc Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* imx6: use correct v4l2 driver for imx6 camerasSamuli Piippo2016-02-181-1/+1
| | | | | Change-Id: I88496177794536c642bd443d31815c373537d889 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Enable libinput in imx6Samuli Piippo2016-01-131-1/+0
| | | | | | | | libinput now works in nitrogen6x. This reverts commit 5d017cec39c62d47a6295d09513f7fd855ad3f5e. Change-Id: I76f3e79fc4dfad2362c32bb04e275b6e88cae263 Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* Disable use of libinput in imx6Samuli Piippo2015-12-111-0/+1
| | | | | | | | | | Currently libinput does not work with nitrogen6x and touchscreen, so disable it until problem is resolved. Change-Id: I5c569f843fbc958faed9da3bd3879aa66efeb5f5 Task-number: QTEE-1032 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
* emulator: Qt5 support for emulatorSamuli Piippo2015-05-271-0/+7
| | | | | | | | | | | Emulator has special handling for OpenGL support: QtGlesStream provides the runtime opengl support but since it depends on qtbase, we need to use qtglesstream-dummy-client when building qt. Also since both recipes provide same files, we must disable do_populate_sysroot from qtglesstream so that libs from dummy-client remain there. Change-Id: Ifde698e7d46863dbb82c6f3ad791412775e111ea Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>
* Build Qt5 and all addonsSamuli Piippo2015-05-124-0/+24
Use meta-qt5 layer to build Qt5, commercial addons and b2qt addons. Create new image and toolchain recipes with Qt5 content, so that the existing image and toolchain remain as-is without Qt5. Currently support only for imx6 targets. Change-Id: I398750dd1a62c6ff8ea216cfe364da273d8e9a77 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>