summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-10-21 01:42:03 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-11-15 19:50:00 +0000
commitf53b101d455d7e7447fa83f2faecb5e05d595b3e (patch)
treec5956dcd07966bdb45c44e1f8ba9fe52d72f2278
parente1d12c78c479c602ad3438540bdd00626b810c2f (diff)
downloadmeta-virtualization-f53b101d455d7e7447fa83f2faecb5e05d595b3e.tar.gz
packagegroups: add new container package sets
Adding the following new pacakge groups: packagegroup-cni packagegroup-netavark packagegroup-container-tools Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-core/packagegroups/packagegroup-container.bb22
1 files changed, 21 insertions, 1 deletions
diff --git a/recipes-core/packagegroups/packagegroup-container.bb b/recipes-core/packagegroups/packagegroup-container.bb
index 4b1ad009..3186b264 100644
--- a/recipes-core/packagegroups/packagegroup-container.bb
+++ b/recipes-core/packagegroups/packagegroup-container.bb
@@ -11,6 +11,9 @@ PACKAGES = "\
11 packagegroup-lxc \ 11 packagegroup-lxc \
12 packagegroup-docker \ 12 packagegroup-docker \
13 packagegroup-oci \ 13 packagegroup-oci \
14 packagegroup-cni \
15 packagegroup-netavark \
16 packagegroup-container-tools \
14 ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp ipv6', \ 17 ${@bb.utils.contains('DISTRO_FEATURES', 'seccomp ipv6', \
15 'packagegroup-podman', '', d)} \ 18 'packagegroup-podman', '', d)} \
16 packagegroup-containerd \ 19 packagegroup-containerd \
@@ -36,8 +39,25 @@ RDEPENDS:packagegroup-podman = " \
36 podman \ 39 podman \
37" 40"
38 41
42RDEPENDS:packagegroup-cni = " \
43 cni \
44"
45
46RDEPENDS:packagegroup-netavark = " \
47 netavark \
48 aardvark-dns \
49"
50
51RDEPENDS:packagegroup-container-tools = " \
52 skopeo \
53 conmon \
54 umoci \
55 ${@bb.utils.contains('VIRTUAL-RUNTIME_container_engine','podman','podman-tui nerdctl podman-compose','',d)} \
56 ${@bb.utils.contains_any('VIRTUAL-RUNTIME_container_engine','dcoker docker-moby','docker-compose','',d)} \
57"
58
39RDEPENDS:packagegroup-oci = " \ 59RDEPENDS:packagegroup-oci = " \
40 virtual-runc \ 60 ${VIRTUAL-RUNTIME_container_runtime} \
41 oci-systemd-hook \ 61 oci-systemd-hook \
42 oci-runtime-tools \ 62 oci-runtime-tools \
43 oci-image-tools \ 63 oci-image-tools \