Implement basic yocto build setup based on protos from jhnc-oss

This commit is contained in:
Lars Niesen 2023-07-12 18:27:59 +02:00
parent 8a0516377e
commit 802f854e53
Signed by: Tripple_Trabble
GPG Key ID: A490A795C4D3B490

View File

@ -14,7 +14,6 @@ YOCTO_WORKDIR="/opt/${YOCTO_USER}"
[[ -d "$PWD"/sstate-cache ]] || mkdir "$PWD"/sstate-cache
subgidSize=$(( $(podman info --format "{{ range .Host.IDMappings.GIDMap }}+{{.Size }}{{end }}" ) - 1 ))
subuidSize=$(( $(podman info --format "{{ range .Host.IDMappings.UIDMap }}+{{.Size }}{{end }}" ) - 1 ))