diff options
Diffstat (limited to 'conf/distro/include/meta-virt-container.inc')
-rw-r--r-- | conf/distro/include/meta-virt-container.inc | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/conf/distro/include/meta-virt-container.inc b/conf/distro/include/meta-virt-container.inc index c3ac8394..d3e91eef 100644 --- a/conf/distro/include/meta-virt-container.inc +++ b/conf/distro/include/meta-virt-container.inc | |||
@@ -21,20 +21,22 @@ | |||
21 | # conflicting on target or causing runtime issues / errors. | 21 | # conflicting on target or causing runtime issues / errors. |
22 | # | 22 | # |
23 | 23 | ||
24 | ## CNCF "components" | 24 | #### CNCF "components" |
25 | 25 | ||
26 | # engines: docker-ce/docker-moby, virtual-containerd, cri-o, podman | 26 | ## engines: docker/docker-moby, virtual-containerd, cri-o, podman, lxc |
27 | VIRTUAL-RUNTIME_container_engine ??= "podman" | 27 | # VIRTUAL-RUNTIME_container_engine ??= "podman" |
28 | # runtime: runc, crun, runv, runx | 28 | ## runtime: runc, crun, runv, runx |
29 | VIRTUAL-RUNTIME_container_runtime ??= "virtual-runc" | 29 | # VIRTUAL-RUNTIME_container_runtime ??= "virtual-runc" |
30 | # networking: cni, netavark | 30 | ## networking: cni, netavark |
31 | VIRTUAL-RUNTIME_container_networking ??= "cni" | 31 | # VIRTUAL-RUNTIME_container_networking ??= "cni" |
32 | # dns: cni, aardvark-dns | 32 | ## dns: cni, aardvark-dns |
33 | VIRTUAL-RUNTIME_container_dns ??= "cni" | 33 | # VIRTUAL-RUNTIME_container_dns ??= "cni" |
34 | # orchestration: k8s, k3s | 34 | ## orchestration: k8s, k3s |
35 | VIRTUAL-RUNTIME_container_orchestration ??= "k3s" | 35 | # VIRTUAL-RUNTIME_container_orchestration ??= "k3s" |
36 | 36 | ||
37 | ## Kubernetes terminology "components" | 37 | ## Kubernetes terminology "components" |
38 | # VIRTUAL-RUNTIME_cri ??= "virtual-containerd" | ||
39 | # VIRTUAL-RUNTIME_cni ??= "cni" | ||
38 | 40 | ||
39 | VIRTUAL-RUNTIME_cri ??= "virtual-containerd" | 41 | CONTAINER_RO_REMOVE ?= " ${@bb.utils.contains('VIRTUAL-RUNTIME_container_engine', 'podman', 'shadow', '', d)}" |
40 | VIRTUAL-RUNTIME_cni ??= "cni" | 42 | ROOTFS_RO_UNNEEDED:remove = "${CONTAINER_RO_REMOVE}" |