WIP: #6 Basic image for a bootable os #13

Draft
Tripple_Trabble wants to merge 9 commits from ln/6-minimal-yocto-image into master
Showing only changes of commit a3d5206abf - Show all commits

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 ))