Unified HMI: Add distributed display framework 77/30377/4
authorKenta <murakami.kenta002@jp.panasonic.com>
Thu, 3 Oct 2024 01:44:19 +0000 (10:44 +0900)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 16 Oct 2024 11:48:48 +0000 (11:48 +0000)
commit8d4dc8e6ef2cb04e9015a32e0329a3a58685fc62
treeaa38bb0e45b70f18d72335c88c95d63ca2d5af33
parentf86532f8ac81d1c7dae63ed242f54473aa1b1dda
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 <murakami.kenta002@jp.panasonic.com>
meta-uhmi/README.md
meta-uhmi/meta-distributed-display-fw/README.md [new file with mode: 0644]
meta-uhmi/meta-distributed-display-fw/conf/layer.conf [new file with mode: 0644]
meta-uhmi/meta-distributed-display-fw/recipes-core/ucl-tools/files/ucl-launcher.service [new file with mode: 0644]
meta-uhmi/meta-distributed-display-fw/recipes-core/ucl-tools/ucl-tools_git.bb [new file with mode: 0644]
meta-uhmi/meta-distributed-display-fw/recipes-core/ula-tools/files/ula-node.service [new file with mode: 0644]
meta-uhmi/meta-distributed-display-fw/recipes-core/ula-tools/files/virtual-screen-def.json [new file with mode: 0644]
meta-uhmi/meta-distributed-display-fw/recipes-core/ula-tools/ula-tools_git.bb [new file with mode: 0644]
meta-uhmi/meta-distributed-display-fw/recipes-platform/packagegroups/packagegroup-distributed-display-fw.bb [new file with mode: 0644]
meta-uhmi/meta-rvgpu/README.md
templates/feature/agl-uhmi/50_bblayers.conf.inc [moved from templates/feature/agl-rvgpu/50_bblayers.conf.inc with 50% similarity]