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>
This commit is contained in:
Bruce Ashfield 2025-06-27 10:59:43 -04:00
parent 485fb512b5
commit cb2d486817
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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"