meta-virtualization/recipes-containers/containerd/containerd-opencontainers_git.bb
Bruce Ashfield 7d6284a079 runc/containerd: create virtual/runc and virtual/containerd
Since there are two implementations of runc and containerd that may
not always be in sync, the docker variant, and the opencontainers
variable, we create a virtual/* namespace for these components.

Anything requiring runc or containerd should set a preferred provider
to get the desired/tested variant.

We set the default provider to the docker variants, since they are
the primary use case for these components.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2017-02-20 02:06:22 -05:00

10 lines
253 B
BlitzBasic

include containerd.inc
SRCREV = "0ac3cd1be170d180b2baed755e8f0da547ceb267"
SRC_URI = "git://github.com/docker/containerd.git;nobranch=1 \
"
CONTAINERD_VERSION = "0.2.2"
PROVIDES += "virtual/containerd"
RPROVIDES_${PN} = "virtual/containerd"