weston-init.bbappend - meta-kiosk - yocto meta-layer to build a kiosk screen
HTML git clone https://git.drkhsh.at/meta-kiosk
DIR Log
DIR Files
DIR Refs
DIR README
---
weston-init.bbappend (398B)
---
1 # https://patchwork.yoctoproject.org/project/oe-core/patch/20241127195904.91647-2-raj.khem@gmail.com/
2 USERADD_PARAM:${PN} = "--home /home/weston --shell /bin/sh --user-group -G audio,video,input,render,seat,wayland weston"
3 GROUPADD_PARAM:${PN} = "-r wayland; -r render; -r seat"
4
5 do_install:append() {
6 sed -i -e "/^\[core\]/a shell=kiosk-shell.so" ${D}${sysconfdir}/xdg/weston/weston.ini
7 }