diff options
| author | unitexe <unitexe70@gmail.com> | 2026-02-16 22:31:09 -0600 |
|---|---|---|
| committer | unitexe <unitexe70@gmail.com> | 2026-02-16 23:08:43 -0600 |
| commit | f15373f84dd78c128a4379eda6fb241dd8792ffb (patch) | |
| tree | 5c0addbb3844e564edff14b2387a97efc68c2286 /meta-unit-graphics/recipes-core/systemd/systemd-weston-signal.bb | |
| parent | 019a45d52dc06c812c3ba74941ee692df6a72e21 (diff) | |
Initramfs with plymouth splash for raspberrypi3-64
Diffstat (limited to 'meta-unit-graphics/recipes-core/systemd/systemd-weston-signal.bb')
| -rw-r--r-- | meta-unit-graphics/recipes-core/systemd/systemd-weston-signal.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-unit-graphics/recipes-core/systemd/systemd-weston-signal.bb b/meta-unit-graphics/recipes-core/systemd/systemd-weston-signal.bb new file mode 100644 index 0000000..8690db9 --- /dev/null +++ b/meta-unit-graphics/recipes-core/systemd/systemd-weston-signal.bb @@ -0,0 +1,26 @@ +SUMMARY = "Systemd service for notifying kiosk user that weston is ready" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${UNIT_GRAPHICS_LAYERDIR}/LICENSE;md5=a77c12e0c0e8a14cebb1494195720ccc" + +SYSTEMD_SERVICE:${PN} = "weston-ready.service" + +SRC_URI = "\ + file://weston-ready.service \ +" + +RDEPENDS:${PN} = "\ + add-user-kiosk \ + weston \ +" + +S = "${UNPACKDIR}" + +do_install() { + install -D -p -m0644 ${S}/weston-ready.service ${D}${systemd_system_unitdir}/weston-ready.service +} + +inherit systemd + +FILES:${PN} = "\ + ${systemd_system_unitdir}/weston-ready.service \ +" |
