mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
containerd: consolidate to "containerd"
We no longer need the split between container-docker and containerd-opencontainers and dependent layers have been given over a year to adapt. We do keep the provides and rprovides around for a bit longer, but those will also be removed in the future. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
89e2b594dc
commit
e7a13cbbc3
|
@ -40,7 +40,7 @@ LAYERRECOMMENDS_virtualization-layer = " \
|
|||
require conf/distro/include/virt_security_flags.inc
|
||||
|
||||
PREFERRED_PROVIDER_virtual/runc ?= "runc-opencontainers"
|
||||
PREFERRED_PROVIDER_virtual/containerd ?= "containerd-opencontainers"
|
||||
PREFERRED_PROVIDER_virtual/containerd ?= "containerd"
|
||||
PREFERRED_PROVIDER_virtual/docker ?= "docker-moby"
|
||||
|
||||
# Sanity check for meta-virtualization layer.
|
||||
|
|
|
@ -21,8 +21,11 @@ CVE_VERSION = "v2.0.0-beta.0"
|
|||
|
||||
# EXTRA_OEMAKE += "GODEBUG=1"
|
||||
|
||||
PROVIDES += "virtual/containerd"
|
||||
RPROVIDES:${PN} = "virtual-containerd"
|
||||
# containerd-opencontainers is to provide compatibility with external
|
||||
# packagegroups / recipes that depend on the existing split of containerd
|
||||
# between docker and opencontainers. We can drop it in the future.
|
||||
PROVIDES += "virtual/containerd containerd-opencontainers"
|
||||
RPROVIDES:${PN} = "virtual-containerd containerd-opencontainers"
|
||||
|
||||
S = "${WORKDIR}/git/src/github.com/containerd/containerd/v2"
|
||||
|
||||
|
@ -96,4 +99,3 @@ COMPATIBLE_HOST = "^(?!(qemu)?mips).*"
|
|||
|
||||
RDEPENDS:${PN} += " ${VIRTUAL-RUNTIME_container_runtime}"
|
||||
|
||||
CVE_PRODUCT = "containerd"
|
Loading…
Reference in New Issue
Block a user