diff options
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | recipes-containers/runc/runc_git.bb (renamed from recipes-containers/runc/runc-opencontainers_git.bb) | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index d9fb11c5..9a443f9a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -39,7 +39,7 @@ LAYERRECOMMENDS_virtualization-layer = " \ | |||
39 | # Override security flags | 39 | # Override security flags |
40 | require conf/distro/include/virt_security_flags.inc | 40 | require conf/distro/include/virt_security_flags.inc |
41 | 41 | ||
42 | PREFERRED_PROVIDER_virtual/runc ?= "runc-opencontainers" | 42 | PREFERRED_PROVIDER_virtual/runc ?= "runc" |
43 | PREFERRED_PROVIDER_virtual/containerd ?= "containerd" | 43 | PREFERRED_PROVIDER_virtual/containerd ?= "containerd" |
44 | PREFERRED_PROVIDER_virtual/docker ?= "docker-moby" | 44 | PREFERRED_PROVIDER_virtual/docker ?= "docker-moby" |
45 | 45 | ||
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc_git.bb index b84f666b..10109f25 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc_git.bb | |||
@@ -10,6 +10,7 @@ RUNC_VERSION = "1.2.0" | |||
10 | # for compatibility with existing RDEPENDS that have existed since | 10 | # for compatibility with existing RDEPENDS that have existed since |
11 | # runc-docker and runc-opencontainers were separate | 11 | # runc-docker and runc-opencontainers were separate |
12 | RPROVIDES:${PN} += "runc-docker" | 12 | RPROVIDES:${PN} += "runc-docker" |
13 | RPROVIDES:${PN} += "runc-opencontainers" | ||
13 | 14 | ||
14 | CVE_PRODUCT = "runc" | 15 | CVE_PRODUCT = "runc" |
15 | 16 | ||