Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | containerd: fix final TMDIR references | Bruce Ashfield | 2022-09-15 | 1 | -3/+3 |
| | | | | | | | restructure the containerd source layout to avoid symlinking vendor dependencies. This avoid go recording paths in the final binaries. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> | ||||
* | containerd-opencontainers: update to 1.5.2 | Bruce Ashfield | 2021-06-04 | 1 | -0/+38 |
Updating to the released 1.5.x containerd. We also add a patch to fix the following: Since our oe-core go infrastructure insists on both -pie and static builds (for the most part), and that is not recommended by many packages, we end up with errors like: cannot find package runtime/cgo (using -importcfg) ... recipe-sysroot-native/usr/lib/aarch64-poky-linux/go/pkg/tool/linux_amd64/link: cannot open file : open : no such file or directory Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> |