From 5bf650925c8d8d6cf77139a2a2deee74e2b5cfe7 Mon Sep 17 00:00:00 2001 From: Kenta Date: Wed, 15 Jan 2025 17:22:25 +0900 Subject: Unified HMI: Preconfigured Images 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 --- .../recipes-graphics/wayland/weston-init.bbappend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-uhmi/meta-agl-uhmi-demo/recipes-graphics/wayland/weston-init.bbappend (limited to 'meta-uhmi/meta-agl-uhmi-demo/recipes-graphics/wayland/weston-init.bbappend') diff --git a/meta-uhmi/meta-agl-uhmi-demo/recipes-graphics/wayland/weston-init.bbappend b/meta-uhmi/meta-agl-uhmi-demo/recipes-graphics/wayland/weston-init.bbappend new file mode 100644 index 00000000..1cc6091c --- /dev/null +++ b/meta-uhmi/meta-agl-uhmi-demo/recipes-graphics/wayland/weston-init.bbappend @@ -0,0 +1,13 @@ +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" + +WESTON_INIT_IVI_SHELL ?= "weston_ivi-shell.ini" + +SRC_URI:append = " \ + file://${WESTON_INIT_IVI_SHELL} \ +" + +do_install:append () { + install -d ${D}/${sysconfdir}/xdg/weston + install -m 644 ${WORKDIR}/${WESTON_INIT_IVI_SHELL} ${D}/${sysconfdir}/xdg/weston/ + ln -nfs ${sysconfdir}/xdg/weston/${WESTON_INIT_IVI_SHELL} ${D}/${sysconfdir}/xdg/weston/weston.ini +} -- cgit 1.2.3-korg