From 8d4dc8e6ef2cb04e9015a32e0329a3a58685fc62 Mon Sep 17 00:00:00 2001 From: Kenta Date: Thu, 3 Oct 2024 10:44:19 +0900 Subject: Unified HMI: Add distributed display framework Add the distributed display framework to control the layouts of the apps remotely rendered with remote-virtio-gpu (RVGPU). As meta-distributed-display-fw is added to meta-uhmi, change feature name from agl-rvgpu to agl-uhmi. Details of the contents of meta-distributed-display-fw - ucl-tools: unified clustering tools, launch applications for multiple platforms and manage execution order and survival. - ula-tools: unified layout tools, application layout for virtual displays on virtual screen (mapped from physical displays). Bug-AGL: SPEC-5254 Change-Id: I9dbe693534cf513ebf9f4b5b43728c67243f3d8b Signed-off-by: Kenta --- templates/feature/agl-uhmi/50_bblayers.conf.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/feature/agl-uhmi/50_bblayers.conf.inc (limited to 'templates/feature/agl-uhmi/50_bblayers.conf.inc') diff --git a/templates/feature/agl-uhmi/50_bblayers.conf.inc b/templates/feature/agl-uhmi/50_bblayers.conf.inc new file mode 100644 index 00000000..b138ba39 --- /dev/null +++ b/templates/feature/agl-uhmi/50_bblayers.conf.inc @@ -0,0 +1,4 @@ +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-uhmi/meta-rvgpu \ + ${METADIR}/meta-agl-devel/meta-uhmi/meta-distributed-display-fw \ +" -- cgit 1.2.3-korg