summaryrefslogtreecommitdiffstats
path: root/meta-uhmi/meta-agl-uhmi-demo
AgeCommit message (Collapse)AuthorFilesLines
6 daysmeta-uhmi: propagate the app_id to UHMI FW nodesHEADmasterKenta2-0/+3
To support gRPC for UHMI, rvgpu-renderer must register the app_id with agl-compositor, and uhmi-agl-wm must use it to run gRPC commands. After this commit, please set the same app_id to Json files below: * app.json: set "app_id" key under "backend_params" * initial_vscreen.json: set "APPID" key under "vsurface" Then, the app_id is propagated from ula to uhmi-agl-wm and from ucl to remote-virtio-gpu and gRPC can change layouts of apps. Bug-AGL: SPEC-5356 Change-Id: Ie835b794f30b199675ff8901d551854ff721ebc8 Signed-off-by: Kenta <murakami.kenta002@jp.panasonic.com>
13 daysmeta-uhmi: Run the UHMI daemons as the agl-driver userKenta5-2/+26
Fixed all UHMI daemons to run as the agl-driver user by default. In addition, created udev rules to authorize all UHMI device files to be opened by the agl-driver user. Bug-AGL: SPEC-5363 Change-Id: Id78611a7ff892767e29e9c34f14f624757cf8a43 Signed-off-by: Kenta <murakami.kenta002@jp.panasonic.com>
2025-02-26meta-agl-uhmi-demo: Removed fixed configurationMarius Vlad4-30/+0
Rather than having a static IPs assigned let us use DHCP by default. This is more in common with the other images we have available. Also qemu can provide DHCP server so we wouldn't really need this. A fixed IP configuration can't really work out, when we have other network class in the system, meaning that this won't really work unless you have the same class in your network already we that's not case. Change-Id: I19aeecdac2f8e5bcade1ee9e4c130880e710b85b Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2025-02-04agl-uhmi: Add two build target for UHMIMarius Vlad2-0/+43
This adds two new target builds agl-uhmi-demo-preconfigured-receiver-agl and agl-uhmi-demo-preconfigured-sender-agl which pulls in the AGL compositor, native-agl-shell and packagegroup-ddfw-agl. packagegroup-ddfw-agl is a new package being added here that adds in and pulls uhmi-agl-wm (the window managent configuration layout for the AGL compositor). Bug-AGL: SPEC-5280 Change-Id: I481c1648a62be83ee853c27a74a1659954b88227 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
2025-01-17Unified HMI: Preconfigured ImagesKenta14-0/+309
A new preconfigured demo image for Unified HMI has been added. By building and launching the images for both the sender and receiver, and executing a few commands, you can display the application across two displays. It supports three boards: qemu-x86-64, raspberrypi4, and agl-refhw. Bug-AGL: SPEC-5321 Change-Id: I682f9eef6d1861e9ec2a7153dd8f3c42f1078a05 Signed-off-by: Kenta <murakami.kenta002@jp.panasonic.com>