summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/recipes-qt/boot2qt-addons/boot2qt-appcontroller
Commit message (Collapse)AuthorAgeFilesLines
* imx7s-warp: bring back kernel with display supportv5.12.0-beta3Samuli Piippo2018-10-241-0/+9
| | | | | | | | | | | | Add old kernel recipe from meta-freescale-3rdparty layer that was removed in sumo branch. It provides support for the display and the touchscreen. Fix perf build with old kernel sources and use correct appcontroller.conf after MACHINEOVERRIDES was changed in the machine config. Task-number: QTBUG-68899 Change-Id: I6d2cd70951f86a99a8878915ce1bfc598dc95ee0 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* jetson-tx1: use basic render roopSamuli Piippo2018-10-161-0/+8
| | | | | | | | | QtWayland compositor requires QSG_RENDER_LOOP=basic to be used on jetson-tx1, same as on jetson-tx2. Task-number: AUTOSUITE-540 Change-Id: I2a20e33bcbd70aaa005fc6c49ff093d2d05316c2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* toradex: add support for colibri-imx6ullSamuli Piippo2018-09-071-0/+9
| | | | | | | | | | All u-boot scripts updated and one added for colibri-imx6ull. Colibri-imx6ull supports tezi, but has same size limitation as colibri-imx7. Task-number: QTBUG-70052 Change-Id: Ia05f15c27ceff2b643470c08c3c1be6ace209fb4 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* imx8: enable 888 buffer modeSamuli Piippo2018-08-161-0/+8
| | | | | | | Use QT_QPA_EGLFS_FORCE888 to prevent banding effects. Change-Id: I3570ceb9a9099daf931dd710f0fb6574f16e6b8a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* jetson-tx2: use basic render roopSamuli Piippo2018-06-111-0/+8
| | | | | | | | | QtWayland compositor requires QSG_RENDER_LOOP=basic to be used on jetson-tx2, same as on DriveCX. Task-number: AUTOSUITE-540 Change-Id: Id7689715d5646d7074eb279f2253920cc6dbbab3 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* appcontroller: Use proper directory for XDG_RUNTIME_DIRSamuli Piippo2018-05-178-8/+8
| | | | | | | | | | | XDG_RUNTIME_DIR must be owned by the user, and Qt automatically changes the access rights if the directory has something else. Enable systemd's loginctl enable-linger for the default user 'root' so that /run/user/0 is always available. Task-number: QTBUG-68152 Change-Id: Ic45649210ddca54daddeb8dac44b41ec37e6a172 Reviewed-by: Karim Pinter <karim.pinter@qt.io>
* Rename recipesSamuli Piippo2018-03-128-0/+68
Add _git postfix to recipes which use sources from git and rename recipes to match their git repositories Change-Id: Idc67d136f280c7d224d586f79c5e7ce6f7e20fa2 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>