Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|