!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:
parent
126e39c583
commit
bd2e7c5319
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user