summaryrefslogtreecommitdiffstats
path: root/recipes-qt/b2qt-addons/b2qt-appcontroller
Commit message (Collapse)AuthorAgeFilesLines
* Use correct env for QCC1 StyleSamuli Piippo2017-05-228-8/+8
| | | | | | | | | | QT_QUICK_CONTROLS_STYLE env is used also with Qt QuickControls2, while QCC1 has its own env. Task-number: QTBUG-53074 Task-number: QTBUG-60957 Change-Id: I2bde6894e86116413258391b5789f07a02c0ccd1 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Update automotive componentsSamuli Piippo2017-02-281-1/+1
| | | | | | | | | | Use latest version of QtWayland from 5.8 branch, which is needed for qtapplicationmanager to work correctly. Change Drive CX to use basic rendering loop. Change-Id: If74255e982a676f1c556f2ef25975b675a484e05 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
* beaglebone: build qtbase with kms/drm supportSamuli Piippo2017-01-101-0/+7
| | | | | | | | | Enable eglfs_kms integration plugin which enables qtwayland support, but don't use it by default, since it fails to work with LCD cape. Task-number: QTBUG-57806 Change-Id: I059a62344cd654126c4aae3efb73299a2dfe9782 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* imx6: enable QT_QPA_EGLFS_FORCEVSYNC for all imx6 devicesSamuli Piippo2016-10-272-9/+1
| | | | | Change-Id: I35ee298c7fa74d5cc43065857bc9fa62a2f30898 Reviewed-by: Kimmo Ollila <kimmo.ollila@theqtcompany.com>
* 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>