From 58da6681f4cd53670cb10d63f37ffaae3e6346c4 Mon Sep 17 00:00:00 2001 From: Kenta Date: Thu, 3 Oct 2024 11:06:31 +0900 Subject: Unified HMI: Add wayland-ivi-extension support The distributed display framework needs Wayland IVI Extension to control the layout of application. So, it is necessary to add wayland-ivi-extension until the support to gRPC in agl-compositor is completed. Additionally, add uhmi-ivi-wm to apply ivi-layer and ivi-surface layout to screen using ilm API of ivi-extension based on ULA protocol. known issue: There is an issue where touch input is not working with the wayland-ivi-extension, but this is unrelated to UHMI and occurs with the wayland-ivi-extension alone in libweston v13. Bug-AGL: SPEC-5254 Change-Id: I08c917b36904ed6e9d37369d1f6343bd2454013f Signed-off-by: Kenta --- .../packagegroups/packagegroup-distributed-display-fw.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-uhmi/meta-distributed-display-fw/recipes-platform/packagegroups') diff --git a/meta-uhmi/meta-distributed-display-fw/recipes-platform/packagegroups/packagegroup-distributed-display-fw.bb b/meta-uhmi/meta-distributed-display-fw/recipes-platform/packagegroups/packagegroup-distributed-display-fw.bb index 527184dc..291a5bf2 100644 --- a/meta-uhmi/meta-distributed-display-fw/recipes-platform/packagegroups/packagegroup-distributed-display-fw.bb +++ b/meta-uhmi/meta-distributed-display-fw/recipes-platform/packagegroups/packagegroup-distributed-display-fw.bb @@ -6,4 +6,7 @@ inherit packagegroup RDEPENDS:${PN} += " \ ucl-tools \ ula-tools \ + uhmi-ivi-wm \ + weston \ + wayland-ivi-extension \ " -- cgit 1.2.3-korg