From f2eb045b59de092591d74574175054059561f7d9 Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Tue, 10 Dec 2024 10:35:49 +0200 Subject: agl-compositor-init: Use no ordering for picking the last available drop in This renames agl-compositor.conf to 01-agl-compositor.conf to allow the last available drop in to be used. Otherwise we risk this to be last one available. Bug-AGL: SPEC-5235 Change-Id: I8518fc17826dd9518dd62218c65639695c6e7eb4 Signed-off-by: Marius Vlad Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30646 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-agl-core/recipes-graphics/wayland/agl-compositor-init.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-agl-core/recipes-graphics/wayland/agl-compositor-init.bb b/meta-agl-core/recipes-graphics/wayland/agl-compositor-init.bb index d8baf91f9..dc23d4281 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor-init.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor-init.bb @@ -41,7 +41,7 @@ do_install() { fi done install -d ${D}${systemd_system_unitdir}/agl-compositor.service.d - install -m644 ${WORKDIR}/agl-compositor.conf ${D}/${systemd_system_unitdir}/agl-compositor.service.d/agl-compositor.conf + install -m644 ${WORKDIR}/agl-compositor.conf ${D}/${systemd_system_unitdir}/agl-compositor.service.d/01-agl-compositor.conf } FILES:${PN} += "\ -- cgit 1.2.3-korg