X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;ds=sidebyside;f=recipes-bsp%2Fapplication%2Ffiles%2FStartApplication.sh;h=acefc6b0aec2f0b67d6622068bb0eb024b7fc926;hb=0cd155adefe28eeb35bad415372bb1027ab2ab96;hp=fafcdc1276f6d9a7ce6a4b334e8f921f8fc4bbeb;hpb=dc7086f63c0d68c7933baff295939d40aca38ac1;p=meta-kc-bsp.git diff --git a/recipes-bsp/application/files/StartApplication.sh b/recipes-bsp/application/files/StartApplication.sh old mode 100755 new mode 100644 index fafcdc1..acefc6b --- a/recipes-bsp/application/files/StartApplication.sh +++ b/recipes-bsp/application/files/StartApplication.sh @@ -11,10 +11,11 @@ echo "Starting application..." export QT_QPA_FONTDIR=/usr/share/fonts/truetype export FB_MULTI_BUFFER=2 -rmmod evbug +rmmod evbug 2>&1 > /dev/null # run application - -Qt5_CinematicExperience -platform eglfs& +if [ -x /usr/bin/Qt5_CinematicExperience ]; then + Qt5_CinematicExperience -platform eglfs& +fi