summaryrefslogtreecommitdiffstats
path: root/recipes-qt/b2qt-addons/b2qt-launcher/beaglebone
Commit message (Collapse)AuthorAgeFilesLines
* beaglebone: start qtlauncher only after /dev/fb0 existsSamuli Piippo2016-10-032-0/+22
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>