From cb2d486817aeda3047edc6c460c88b11ed80afe8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 27 Jun 2025 10:59:43 -0400 Subject: [PATCH] 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- variants Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 +- .../runc/{runc-opencontainers_git.bb => runc_git.bb} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename recipes-containers/runc/{runc-opencontainers_git.bb => runc_git.bb} (93%) 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 = " \ # Override security flags require conf/distro/include/virt_security_flags.inc -PREFERRED_PROVIDER_virtual/runc ?= "runc-opencontainers" +PREFERRED_PROVIDER_virtual/runc ?= "runc" PREFERRED_PROVIDER_virtual/containerd ?= "containerd" PREFERRED_PROVIDER_virtual/docker ?= "docker-moby" diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc_git.bb similarity index 93% rename from recipes-containers/runc/runc-opencontainers_git.bb rename to 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" # for compatibility with existing RDEPENDS that have existed since # runc-docker and runc-opencontainers were separate RPROVIDES:${PN} += "runc-docker" +RPROVIDES:${PN} += "runc-opencontainers" CVE_PRODUCT = "runc"