diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-12-10 10:35:49 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-12-13 11:54:09 +0000 |
commit | f2eb045b59de092591d74574175054059561f7d9 (patch) | |
tree | a63642f6e8f9ed5290b1b8779ea25dd54d5e0d24 | |
parent | e8221d9757f0fca2042185377010c78bc9973b46 (diff) |
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 <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/30646
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor-init.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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} += "\ |