summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2023-08-29 01:18:21 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-09-06 09:17:01 +0000
commitc20a33673719df1b51fcabf4fdae8c86b58d6b95 (patch)
tree5cce83409bd2d1b5942d50c9a2c2c20a22459143
parent1e9fd56a0a400108a7521c561b8501c3202f7a66 (diff)
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 <naoto.yamaguchi@aisin.co.jp> 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 <jsmoeller@linuxfoundation.org> (cherry picked from commit e94a5d9bdba3ed5506ea701d9a524b858834f547) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29198
-rw-r--r--meta-agl-core/recipes-graphics/wayland/agl-compositor-init/agl-compositor.service4
1 files changed, 4 insertions, 0 deletions
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)