!26 Add upstream changes to UID and GID

The container upstream changed the internal UID and GID
which causes the boostrap script to create wrong mappings
This commit is contained in:
2023-09-23 17:40:08 +02:00
parent 126e39c583
commit bd2e7c5319

View File

@@ -5,8 +5,8 @@ set -o pipefail
MANIFEST_BRANCH="${1:-main}" MANIFEST_BRANCH="${1:-main}"
YOCTO_GID="4040" YOCTO_GID="1000"
YOCTO_UID="2000" YOCTO_UID="1000"
YOCTO_USER="yocto" YOCTO_USER="yocto"
YOCTO_WORKDIR="/opt/${YOCTO_USER}" YOCTO_WORKDIR="/opt/${YOCTO_USER}"