mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

Uprev containerd to v1.0.2 for compatibility with recent docker (18.04+) builds. With this uprev we also significantly restructure the build to use more of the latest oe-core go build infrastructure, but non-standard parts of the build remain. We also allow containerd to be build with CGO enabled to avoid linkage errors with the oe provided go build infrastructure. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
12 lines
318 B
BlitzBasic
12 lines
318 B
BlitzBasic
SRCREV = "cfd04396dc68220d1cecbe686a6cc3aa5ce3667c"
|
|
SRC_URI = "git://github.com/containerd/containerd;nobranch=1 \
|
|
file://0001-containerd-shim-build-with-CGO.patch \
|
|
"
|
|
|
|
include containerd.inc
|
|
|
|
CONTAINERD_VERSION = "v1.0.2"
|
|
|
|
PROVIDES += "virtual/containerd"
|
|
RPROVIDES_${PN} = "virtual/containerd"
|