!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:
@@ -5,8 +5,8 @@ set -o pipefail
|
||||
|
||||
MANIFEST_BRANCH="${1:-main}"
|
||||
|
||||
YOCTO_GID="4040"
|
||||
YOCTO_UID="2000"
|
||||
YOCTO_GID="1000"
|
||||
YOCTO_UID="1000"
|
||||
YOCTO_USER="yocto"
|
||||
YOCTO_WORKDIR="/opt/${YOCTO_USER}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user