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>
9 lines
233 B
BlitzBasic
9 lines
233 B
BlitzBasic
include runc.inc
|
|
|
|
SRCREV = "1cdaa709f151b61cee2bdaa09d8e5d2b58a8ba72"
|
|
SRC_URI = "git://github.com/opencontainers/runc;branch=master \
|
|
"
|
|
RUNC_VERSION = "1.0.0-rc1"
|
|
PROVIDES += "virtual/runc"
|
|
RPROVIDES_${PN} = "virtual/runc"
|