summaryrefslogtreecommitdiffstats
path: root/recipes-qt/b2qt-addons/b2qt-appcontroller
Commit message (Collapse)AuthorAgeFilesLines
* 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>