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 baf1f98e69
commit 6bf7b2fd2b
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 ))