summaryrefslogtreecommitdiff
path: root/recipes-images
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2020-07-17 12:25:24 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-07-22 18:23:21 +0200
commit002d4ecd210a4b7a2ac0b836dc8a84581a72e249 (patch)
tree18da52f8a066e9d0e61bff0b87d2d0e485135632 /recipes-images
parent72d12dac06bf7b06a8d25fafe0a5c9cdb644a4b3 (diff)
wayland-app-launch: add recipe for qtdemo launch
Related-to: ELB-2838 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'recipes-images')
-rw-r--r--recipes-images/images/tdx-reference-multimedia-image.bb12
1 files changed, 10 insertions, 2 deletions
diff --git a/recipes-images/images/tdx-reference-multimedia-image.bb b/recipes-images/images/tdx-reference-multimedia-image.bb
index 02b2b44..768fcb4 100644
--- a/recipes-images/images/tdx-reference-multimedia-image.bb
+++ b/recipes-images/images/tdx-reference-multimedia-image.bb
@@ -14,12 +14,20 @@ IMAGE_FEATURES += " \
'', d), d)} \
"
+APP_LAUNCH_WAYLAND ?= "wayland-qtdemo-launch-cinematicexperience"
+APP_LAUNCH_X11 ?= "x-window-qtcinematicexperience"
+
+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"
+
IMAGE_INSTALL += " \
${@bb.utils.contains('DISTRO_FEATURES', 'wayland', \
- 'weston weston-init weston-examples wayland-terminal-launch', '', d)} \
+ 'weston weston-init weston-examples ${APP_LAUNCH_WAYLAND}', '', d)} \
${@bb.utils.contains('DISTRO_FEATURES', 'x11 wayland', \
'weston-xwayland xterm', \
- bb.utils.contains('DISTRO_FEATURES', 'x11', 'x-window-xterm', '', d), d)} \
+ bb.utils.contains('DISTRO_FEATURES', 'x11', '${APP_LAUNCH_X11}', '', d), d)} \
\
packagegroup-tdx-cli \
packagegroup-tdx-graphical \