summaryrefslogtreecommitdiffstats
path: root/recipes-qt/b2qt-addons/b2qt-appcontroller/ti33x/appcontroller.conf
Commit message (Collapse)AuthorAgeFilesLines
* Split meta-boot2qt layerSamuli Piippo2018-03-121-8/+0
| | | | | | | | | | | Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io>
* Disable sandbox when running qtwebengineSamuli Piippo2018-03-011-0/+1
| | | | | | | | | | Running WebEngine as root without --no-sandbox is not supported, disable sandbox in appcontroller conf so it affects all apps. Task-number: QTBUG-66641 Change-Id: Icdef6f7eb66fa53060973c32cf74a7a254cc3449 Reviewed-by: Michal Klocek <michal.klocek@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Use correct env for QCC1 StyleSamuli Piippo2017-05-221-1/+1
| | | | | | | | | | 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>
* 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>