From 78aba6359530f17841c3006e6dd443ee3d90a4fe Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Wed, 8 Jan 2025 11:27:48 +0200 Subject: demo-flutter/qt: Add agl-shell-activation and window mgmt app These two applications, (shell-activation and window-management) are useful to have around in agl-demo as they can used as examples but also to test out and verify that we haven't introduced any regressions. The window-managenment-client-grpc was already present in the Qt image but not in the flutter one while agl-shell-activator wasn't present in neither of them. There's no dependency for either of them, they can installed as is. Change-Id: If83fd4b8e9aba516f818bc61623af9e3e95b7564 Signed-off-by: Marius Vlad Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30718 ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account --- recipes-platform/images/agl-ivi-demo-flutter.bb | 2 ++ recipes-platform/images/agl-ivi-demo-qt.bb | 1 + 2 files changed, 3 insertions(+) (limited to 'recipes-platform/images') diff --git a/recipes-platform/images/agl-ivi-demo-flutter.bb b/recipes-platform/images/agl-ivi-demo-flutter.bb index 3a280e6f3..3f79e8a4c 100644 --- a/recipes-platform/images/agl-ivi-demo-flutter.bb +++ b/recipes-platform/images/agl-ivi-demo-flutter.bb @@ -12,6 +12,8 @@ AGL_APPS_INSTALL += " \ flutter-ics-homescreen \ ${FLUTTER_ICS_HOMESCREEN_CONF} \ camera-gstreamer \ + window-management-client-grpc \ + agl-shell-activator \ ondemandnavi \ ${ONDEMANDNAVI_CONF} \ ${MUSICDATA} \ diff --git a/recipes-platform/images/agl-ivi-demo-qt.bb b/recipes-platform/images/agl-ivi-demo-qt.bb index 58bab4792..349be5348 100644 --- a/recipes-platform/images/agl-ivi-demo-qt.bb +++ b/recipes-platform/images/agl-ivi-demo-qt.bb @@ -19,6 +19,7 @@ AGL_APPS_INSTALL += " \ radio \ window-management-client-grpc \ camera-gstreamer \ + agl-shell-activator \ " IMAGE_INSTALL += " \ -- cgit 1.2.3-korg