mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00

These definitions are selected by setting: CONTAINER_PROFILE Once selected the VIRTUAL_RUNTIME and other considerations for the profile are configured and used by the images in meta-virt. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
12 lines
358 B
PHP
12 lines
358 B
PHP
include meta-virt-container.inc
|
|
|
|
VIRTUAL-RUNTIME_container_engine ?= ""
|
|
VIRTUAL-RUNTIME_container_runtime ?= ""
|
|
VIRTUAL-RUNTIME_container_networking ?= ""
|
|
VIRTUAL-RUNTIME_container_dns ?= ""
|
|
VIRTUAL-RUNTIME_container_orchestration ?= "k3s-host"
|
|
|
|
## Kubernetes terminology "components"
|
|
VIRTUAL-RUNTIME_cri ?= "virtual-containerd"
|
|
VIRTUAL-RUNTIME_cni ?= "cni"
|