diff options
| author | Franz Schnyder <franz.schnyder@toradex.com> | 2026-02-23 16:12:12 +0100 |
|---|---|---|
| committer | Franz Schnyder <franz.schnyder@toradex.com> | 2026-02-23 16:49:43 +0100 |
| commit | 28b67de839fd5cb32da42b65a8a700781fb72144 (patch) | |
| tree | b500795d9eec7ee72ce4da3ebef907eddeeea92b | |
| parent | 4ba1cebc6909ee7a83d569e8cc748f69e6a0a24f (diff) | |
tdx-reference-multimedia-image: imx93: use non-gpu demoscarthgap-7.x.y
The iMX93 does not have a GPU. Therefore start a demo application which
works resonable well without a GPU.
Related-to: ELB-6795
Signed-off-by: Franz Schnyder <franz.schnyder@toradex.com>
| -rw-r--r-- | recipes-images/images/tdx-reference-multimedia-image.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-images/images/tdx-reference-multimedia-image.bb b/recipes-images/images/tdx-reference-multimedia-image.bb index bd7b43c..65a14f4 100644 --- a/recipes-images/images/tdx-reference-multimedia-image.bb +++ b/recipes-images/images/tdx-reference-multimedia-image.bb @@ -17,6 +17,7 @@ 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:mx93-generic-bsp ?= "wayland-qtdemo-launch-analogclock" APP_LAUNCH_WAYLAND:verdin-am62 ?= "wayland-qtdemo-launch-analogclock" IMAGE_INSTALL += " \ |
