summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-05-04 20:17:15 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-05-11 10:24:12 +0200
commitcd885de817405c00298500f90af689612757aebb (patch)
tree90828b5510861168ee4593f7d9c51b07ee4a3e92
parente76c431da5246df9ff29091b09b0d59b5d490d83 (diff)
packagegroup-tdx-graphical: verdin-am62: use non-gpu demo on reference image
Verdin AM62 is expected to have SKUs without a GPU too. So start a demo application which works resonably well without a GPU. Note that currently the X11 distros do not build for the verdin-am62 machine. Even so, do the change also if one would build for X11. Related-to: ELB-5184 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-images/images/tdx-reference-multimedia-image.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-images/images/tdx-reference-multimedia-image.bb b/recipes-images/images/tdx-reference-multimedia-image.bb
index f9f285b..c1b9b7c 100644
--- a/recipes-images/images/tdx-reference-multimedia-image.bb
+++ b/recipes-images/images/tdx-reference-multimedia-image.bb
@@ -18,12 +18,14 @@ APP_LAUNCH_WAYLAND:colibri-imx6ull ?= "wayland-qtdemo-launch-analogclock"
APP_LAUNCH_WAYLAND:colibri-imx6ull-emmc ?= "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:verdin-am62 ?= "wayland-qtdemo-launch-analogclock"
APP_LAUNCH_X11 ?= "x-window-qtcinematicexperience"
APP_LAUNCH_X11:colibri-imx6ull ?= "x-window-analogclock"
APP_LAUNCH_X11:colibri-imx6ull-emmc ?= "x-window-analogclock"
APP_LAUNCH_X11:colibri-imx7 ?= "x-window-analogclock"
APP_LAUNCH_X11:colibri-imx7-emmc ?= "x-window-analogclock"
+APP_LAUNCH_X11:verdin-am62 ?= "x-window-analogclock"
IMAGE_INSTALL += " \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \