summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-03-23 00:54:39 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-23 00:54:44 +0000
commitfb2d44b8a0f03480ba9bcb55fff4670d46ea36ca (patch)
treed24b95021b5a610b26ef259ba3aeb12ca07714d1
parent081ef3c19c9d45271902eab786c7f0ac383cda83 (diff)
downloadmeta-virtualization-fb2d44b8a0f03480ba9bcb55fff4670d46ea36ca.tar.gz
podman: add new kernel module rrecommends
Testing podman + netavark without kernel-modules installed in the image shows some are missing from the rrecomends. It could be argued that they belong in netavark, but since podman + netavark are almost always used together, we group them here. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 9de98588..f50bf5ff 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -152,7 +152,14 @@ RDEPENDS:${PN} += "\
152 conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \ 152 conmon ${VIRTUAL-RUNTIME_container_runtime} iptables ${VIRTUAL-RUNTIME_container_networking} skopeo ${VIRTUAL-RUNTIME_base-utils-nsenter} \
153 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \ 153 ${@bb.utils.contains('PACKAGECONFIG', 'rootless', 'fuse-overlayfs slirp4netns', '', d)} \
154" 154"
155RRECOMMENDS:${PN} += "slirp4netns kernel-module-xt-masquerade kernel-module-xt-comment" 155RRECOMMENDS:${PN} += "slirp4netns \
156 kernel-module-xt-masquerade \
157 kernel-module-xt-comment \
158 kernel-module-xt-mark \
159 kernel-module-xt-addrtype \
160 kernel-module-xt-conntrack \
161 kernel-module-xt-tcpudp \
162 "
156RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" 163RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}"
157 164
158RDEPENDS:${PN}-ptest += " \ 165RDEPENDS:${PN}-ptest += " \