agl-compositor-init-pipewire: Add a new package 19/30619/9
authorMarius Vlad <marius.vlad@collabora.com>
Thu, 5 Dec 2024 12:46:24 +0000 (14:46 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 13 Dec 2024 11:54:09 +0000 (11:54 +0000)
That will enable both DRM+PipeWire backends. We depend on
agl-compositor-ini as that contains the original systemd unit service,
and it installs on its own a system drop in service file.

Bug-AGL: SPEC-5235
Change-Id: I0a8319e979217275b1e29cc3aa6c12986639ddd8
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30619
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-graphics/wayland/agl-compositor-init-pipewire.bb [new file with mode: 0644]
meta-agl-core/recipes-graphics/wayland/agl-compositor-init/agl-compositor-pipewire.conf [new file with mode: 0644]

diff --git a/meta-agl-core/recipes-graphics/wayland/agl-compositor-init-pipewire.bb b/meta-agl-core/recipes-graphics/wayland/agl-compositor-init-pipewire.bb
new file mode 100644 (file)
index 0000000..d84475b
--- /dev/null
@@ -0,0 +1,25 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/agl-compositor-init:"
+
+SUMMARY = "Startup systemd unit for the AGL Wayland compositor with starting in the same time the DRM and PipeWire backends"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+SRC_URI = "file://agl-compositor-pipewire.conf \
+"
+
+S = "${WORKDIR}"
+
+do_install() {
+    install -d ${D}${systemd_system_unitdir}/agl-compositor.service.d
+    install -m644 ${WORKDIR}/agl-compositor-pipewire.conf ${D}/${systemd_system_unitdir}/agl-compositor.service.d/02-agl-compositor.conf
+}
+FILES:${PN} += "\
+    ${systemd_system_unitdir}/agl-compositor.service.d \
+    ${systemd_system_unitdir}/agl-compositor.service.d/02-agl-compositor.conf \
+    ${systemd_system_unitdir}/agl-compositor-stream-pipewire.service \
+    "
+
+RDEPENDS:${PN} = "agl-compositor-init weston-ini"
+RCONFLICTS:${PN} = "weston-init"
diff --git a/meta-agl-core/recipes-graphics/wayland/agl-compositor-init/agl-compositor-pipewire.conf b/meta-agl-core/recipes-graphics/wayland/agl-compositor-init/agl-compositor-pipewire.conf
new file mode 100644 (file)
index 0000000..aba0df1
--- /dev/null
@@ -0,0 +1,3 @@
+[Service]
+ExecStart=
+ExecStart=/usr/bin/agl-compositor -Bdrm,pipewire --idle-time=0 --config /etc/xdg/weston/weston.ini