summaryrefslogtreecommitdiff
path: root/recipes-images
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-12-02 10:00:12 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2020-12-08 15:02:17 +0100
commit2143d5c3299d00abd3b86a3a6b7a9465a7e0c49f (patch)
tree21fa1a79be19f00f279b927b5d86ca51eef33bf0 /recipes-images
parentc6326b7a6f3dc060c9083c2b8cba95179d024233 (diff)
tdx-reference-multimedia-images: choose different qt demos
For low-end modules without GPU only show the QT analogclock. For TK1 also choose a different QT-demo. Related-to: ELB-3153 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit c79cc904871adae96d1c0d0743c5a2605cb25e20)
Diffstat (limited to 'recipes-images')
-rw-r--r--recipes-images/images/tdx-reference-multimedia-image.bb14
1 files changed, 9 insertions, 5 deletions
diff --git a/recipes-images/images/tdx-reference-multimedia-image.bb b/recipes-images/images/tdx-reference-multimedia-image.bb
index 4061872..c8d901b 100644
--- a/recipes-images/images/tdx-reference-multimedia-image.bb
+++ b/recipes-images/images/tdx-reference-multimedia-image.bb
@@ -17,12 +17,16 @@ IMAGE_FEATURES += " \
"
APP_LAUNCH_WAYLAND ?= "wayland-qtdemo-launch-cinematicexperience"
-APP_LAUNCH_X11 ?= "x-window-qtcinematicexperience"
+APP_LAUNCH_WAYLAND_colibri-imx6ull ?= "wayland-qtdemo-launch-analogclock"
+APP_LAUNCH_WAYLAND_colibri-imx7 ?= "wayland-qtdemo-launch-analogclock"
+APP_LAUNCH_WAYLAND_colibri-imx7-emmc ?= "wayland-qtdemo-launch-analogclock"
+APP_LAUNCH_WAYLAND_apalis-tk1 ?= "wayland-qtdemo-launch-qtsmarthome"
-APP_LAUNCH_X11_colibri-imx6ull ?= "x-window-qtsmarthome"
-APP_LAUNCH_X11_colibri-imx6 ?= "x-window-qtsmarthome"
-APP_LAUNCH_X11_mx7 ?= "x-window-qtsmarthome"
-APP_LAUNCH_X11_apalis-tk1 ?= "x-window-xterm"
+APP_LAUNCH_X11 ?= "x-window-qtcinematicexperience"
+APP_LAUNCH_X11_colibri-imx6ull ?= "x-window-analogclock"
+APP_LAUNCH_X11_colibri-imx7 ?= "x-window-analogclock"
+APP_LAUNCH_X11_colibri-imx7-emmc ?= "x-window-analogclock"
+APP_LAUNCH_X11_apalis-tk1 ?= "x-window-qtsmarthome"
IMAGE_INSTALL += " \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \