diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-02-20 02:00:20 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-02-20 02:06:22 -0500 |
| commit | 7d6284a079748f919e3e0b8116649cfa5ff8ee8f (patch) | |
| tree | 7a6f3a22b38f6ecac9631410e19a21904bed6efd /recipes-containers/runc/runc-opencontainers_git.bb | |
| parent | 776422fa046e0779b48ddfaaed4fb35651256258 (diff) | |
| download | meta-virtualization-7d6284a079748f919e3e0b8116649cfa5ff8ee8f.tar.gz | |
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>
Diffstat (limited to 'recipes-containers/runc/runc-opencontainers_git.bb')
| -rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb new file mode 100644 index 00000000..a302d4b5 --- /dev/null +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | include runc.inc | ||
| 2 | |||
| 3 | SRCREV = "1cdaa709f151b61cee2bdaa09d8e5d2b58a8ba72" | ||
| 4 | SRC_URI = "git://github.com/opencontainers/runc;branch=master \ | ||
| 5 | " | ||
| 6 | RUNC_VERSION = "1.0.0-rc1" | ||
| 7 | PROVIDES += "virtual/runc" | ||
| 8 | RPROVIDES_${PN} = "virtual/runc" | ||
