diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2023-08-29 01:18:21 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-09-04 13:06:43 +0000 |
commit | e94a5d9bdba3ed5506ea701d9a524b858834f547 (patch) | |
tree | 671e60e74d1ce652841994bb678a03d6cfd281fa /meta-agl-core | |
parent | e38f34c7ae035d2c923c3e8ccd3e458ebfaffb58 (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>
Diffstat (limited to 'meta-agl-core')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor-init/agl-compositor.service | 4 |
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) |