diff options
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/distro/include/meta-virt-container.inc | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/conf/distro/include/meta-virt-container.inc b/conf/distro/include/meta-virt-container.inc index 6382ac37..d3e91eef 100644 --- a/conf/distro/include/meta-virt-container.inc +++ b/conf/distro/include/meta-virt-container.inc | |||
| @@ -21,23 +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 | 38 | # VIRTUAL-RUNTIME_cri ??= "virtual-containerd" | |
| 39 | VIRTUAL-RUNTIME_cri ??= "virtual-containerd" | 39 | # VIRTUAL-RUNTIME_cni ??= "cni" |
| 40 | VIRTUAL-RUNTIME_cni ??= "cni" | ||
| 41 | 40 | ||
| 42 | CONTAINER_RO_REMOVE ?= " ${@bb.utils.contains('VIRTUAL-RUNTIME_container_engine', 'podman', 'shadow', '', d)}" | 41 | CONTAINER_RO_REMOVE ?= " ${@bb.utils.contains('VIRTUAL-RUNTIME_container_engine', 'podman', 'shadow', '', d)}" |
| 43 | ROOTFS_RO_UNNEEDED:remove = "${CONTAINER_RO_REMOVE}" | 42 | ROOTFS_RO_UNNEEDED:remove = "${CONTAINER_RO_REMOVE}" |
