Do not hard-code Flutter version and runtime type
[AGL/meta-agl-demo.git] / recipes-config / agl-session / agl-session_agl-container-guest-demo.inc
1 FILESEXTRAPATHS:prepend := "${THISDIR}/agl-container-guest:"
2
3 # Allow input device for agl-driver
4 GROUPADD_PARAM:${PN} = "\
5         --system display ; \
6         --system video ; \
7         --system input ; \
8         --system pipewire ; \
9         -g 1001 agl-driver ; \
10         -g 1003 applaunchd ; \
11 "
12 USERADD_PARAM:${PN} = "\
13   -g 1001 -u 1001 -G video,input,display,pipewire,applaunchd -o -d /home/agl-driver -m -K PASS_MAX_DAYS=-1 agl-driver ; \
14   -g 1003 -u 1003 -o -d / -K PASS_MAX_DAYS=-1 applaunchd ; \
15 "