mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
485fb512b5
commit
cb2d486817
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user