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 /conf | |
| 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 'conf')
| -rw-r--r-- | conf/layer.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index f5c1b1ec..be08a985 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -19,3 +19,6 @@ LAYERDEPENDS_virtualization-layer = "core networking-layer" | |||
| 19 | 19 | ||
| 20 | # Override security flags | 20 | # Override security flags |
| 21 | require conf/distro/include/virt_security_flags.inc | 21 | require conf/distro/include/virt_security_flags.inc |
| 22 | |||
| 23 | PREFERRED_PROVIDER_virtual/runc ?= "runc-docker" | ||
| 24 | PREFERRED_PROVIDER_virtual/containerd ?= "containerd-docker" | ||
