summaryrefslogtreecommitdiffstats
path: root/recipes-config/agl-session
AgeCommit message (Collapse)AuthorFilesLines
2023-06-02Override group setting for agl-driverNaoto Yamaguchi1-0/+14
In container integration case, a common group between host and guest shall use static groups. AGL Demo IVI run agl-compositor using agl-driver user and group. The agl-driver doesn't have input group. This patch add agl-driver to input group. Bug-AGL: SPEC-4766 Change-Id: I4dddd6096a780c120509518a02cc77736f1dd38d Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2023-06-02Remove tty dependency from agl-session in guest containerNaoto Yamaguchi3-0/+26
When existing agl demo integrate to container guest, need to remove real tty device dependency. This patch remove tty device dependency from agl-session in case of container guest. Bug-AGL: SPEC-4766 Change-Id: I3dc039cb471efa61ff93be72b781fca0efffce70 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>