summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2025-06-27 10:59:43 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2025-07-07 11:42:27 -0400
commitcb2d486817aeda3047edc6c460c88b11ed80afe8 (patch)
tree0fb02257bdd68fa2a97fc2337bf8a17719764969
parent485fb512b53a8c6c1d9658efe411f4b6229d2298 (diff)
downloadmeta-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.conf2
-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
40require conf/distro/include/virt_security_flags.inc 40require conf/distro/include/virt_security_flags.inc
41 41
42PREFERRED_PROVIDER_virtual/runc ?= "runc-opencontainers" 42PREFERRED_PROVIDER_virtual/runc ?= "runc"
43PREFERRED_PROVIDER_virtual/containerd ?= "containerd" 43PREFERRED_PROVIDER_virtual/containerd ?= "containerd"
44PREFERRED_PROVIDER_virtual/docker ?= "docker-moby" 44PREFERRED_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
12RPROVIDES:${PN} += "runc-docker" 12RPROVIDES:${PN} += "runc-docker"
13RPROVIDES:${PN} += "runc-opencontainers"
13 14
14CVE_PRODUCT = "runc" 15CVE_PRODUCT = "runc"
15 16