Initial commit

This commit is contained in:
DanyLE
2025-03-05 19:53:19 +01:00
parent 05bb55c837
commit a4637ec44b
46 changed files with 1829 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# change default weston user to diya
do_install:append() {
if [ -e ${D}/${sysconfdir}/init.d/weston ]; then
sed -i 's#WESTON_USER=weston#WESTON_USER=diya WESTON_GROUP=weston#' ${D}/${sysconfdir}/init.d/weston
fi
}