From e94a5d9bdba3ed5506ea701d9a524b858834f547 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Tue, 29 Aug 2023 01:18:21 +0900 Subject: Add attention description for service file change When integrate some service in guest container, that need to drop tty dependency. AGL compositor has tty dependency at default. This dependency drop using drop-in config in meta-agl-demo layer. This patch add attention description for service file change to avoid break. Bug-AGL: SPEC-4888 Change-Id: Iaeae73b6d81c87f4d61d5829f49e8ab01f84a3f6 Signed-off-by: Naoto Yamaguchi Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29174 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- .../wayland/agl-compositor-init/agl-compositor.service | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-agl-core') diff --git a/meta-agl-core/recipes-graphics/wayland/agl-compositor-init/agl-compositor.service b/meta-agl-core/recipes-graphics/wayland/agl-compositor-init/agl-compositor.service index b064b1ef3..4ee14de27 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor-init/agl-compositor.service +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor-init/agl-compositor.service @@ -3,6 +3,10 @@ # # AGL compositor and Weston must be built with systemd support, and your # weston.ini must load the plugin systemd-notify.so. +# +# Attention: +# If you will add new tty dependency setting, you need to update +# agl-compositor-guest.conf. [Unit] Description=AGL compositor Documentation=man:weston(1) man:weston.ini(5) -- cgit 1.2.3-korg