diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-06-27 10:59:43 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-07 11:42:27 -0400 |
commit | cb2d486817aeda3047edc6c460c88b11ed80afe8 (patch) | |
tree | 0fb02257bdd68fa2a97fc2337bf8a17719764969 | |
parent | 485fb512b53a8c6c1d9658efe411f4b6229d2298 (diff) | |
download | meta-virtualization-cb2d486817aeda3047edc6c460c88b11ed80afe8.tar.gz |
runc: start removing 'opencontainers' reference
We've only had one type of runc for a while, this is another step
in the direction of moving to just 'runc' versus the old runc-<foo>
variants
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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 | ||