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

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>
11 lines
257 B
BlitzBasic
11 lines
257 B
BlitzBasic
include containerd.inc
|
|
|
|
SRCREV = "03e5862ec0d8d3b3f750e19fca3ee367e13c090e"
|
|
SRC_URI = "\
|
|
git://github.com/docker/containerd.git;branch=docker-1.13.x \
|
|
"
|
|
CONTAINERD_VERSION = "0.2.3"
|
|
|
|
PROVIDES += "virtual/containerd"
|
|
RPROVIDES_${PN} = "virtual/containerd"
|