summaryrefslogtreecommitdiff
path: root/recipes-containers/containerd
AgeCommit message (Collapse)AuthorFiles
2022-11-17Revert "Docker: Fixed builds after updating to Golang 1.16.x"Serhii Kostiuk2
This reverts commit 127aa9bbd8e2c750b9eca734678527d7285abbb4. Reverted the commit to prevent build issues on Atmel. Atmel devices have no "meta-virtualization" layer, no docker recipes and hence bbappends for such recipes cause the build issues. bbappends moved to meta-mlinux-ti.
2022-11-15Docker: Fixed builds after updating to Golang 1.16.xSerhii Kostiuk2
Original idea from Yocto 3.3 Hardknott: - https://git.yoctoproject.org/meta-virtualization/commit/recipes-containers/containerd/containerd-opencontainers_git.bb?h=hardknott&id=8597d4e3a973ac7e78483fb3ab0e19dbcc681913 - https://git.yoctoproject.org/meta-virtualization/commit/recipes-containers/docker/docker-moby.bb?h=hardknott&id=dc1713bec31ecd52a9715fd528253b26140f69d3 Description of the issue, a change in the Golang behavior regarding `GO111MODULE` since Golang 1.16.x: - https://forum.golangbridge.org/t/compilation-changes-in-go-1-16-go-build-throws-error/22457.