Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ti: remove all support for TI boards | Samuli Piippo | 2018-08-14 | 1 | -1/+0 |
| | | | | | | | | | | | am335x-evm, beagleboard and beaglebone are no longer supported or maintained, so builds are no longer working. Remove all recipes and configurations for them. Task-number: QTBUG-69047 Change-Id: I1787187363386c6ace00077e6291c7ac591d5e12 Reviewed-by: Kalle Viironen <kalle.viironen@qt.io> Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> | ||||
* | beaglebone: start qtlauncher only after /dev/fb0 exists | Samuli Piippo | 2016-10-03 | 1 | -0/+1 |
Beaglebone creates /dev/fb0 late in the boot process, which causes Qt applications to crash if started too early. Make systemd notice fb0 creation and bind application startup to it. Change-Id: I0207fb64ec981eaeadbe497de5a9bdc941b6e31d Reviewed-by: Risto Avila <risto.avila@qt.io> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com> |