Improved yocto directory structure

This commit is contained in:
2025-07-02 17:40:59 +02:00
parent 60fd0a02f8
commit f30d31a24f
12 changed files with 988 additions and 99 deletions

View File

@@ -6,8 +6,8 @@
set -e
# Get current user's UID and GID
export HOST_UID=$(id -u)
export HOST_GID=$(id -g)
export USER_ID=$(id -u)
export GROUP_ID=$(id -g)
# Check if service name is provided
if [ $# -eq 0 ]; then