summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Dunne <Nathan.Dunne@arm.com>2021-04-15 09:37:18 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-04-19 08:34:06 -0400
commit454c22565eddc0044aeec2fc572aae718f12a437 (patch)
treee03dcc572075e5da6a61d2f64bb9e6bab1b0cd96
parent38b5761ca6ec92cfe13ed735e89f7aca39e477d0 (diff)
downloadmeta-virtualization-454c22565eddc0044aeec2fc572aae718f12a437.tar.gz
podman: Added kernel modules for iptables error
Added kernel modules kernel-module-xt-masquerade and kernel-module-xt-comment to RRECOMMENDS, to avoid iptables errors with podman Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/podman_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 62ae024c..6fb803e4 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -109,5 +109,5 @@ FILES_${PN} += " \
109SYSTEMD_SERVICE_${PN} = "podman.service podman.socket" 109SYSTEMD_SERVICE_${PN} = "podman.service podman.socket"
110 110
111RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo" 111RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo"
112RRECOMMENDS_${PN} += "slirp4netns" 112RRECOMMENDS_${PN} += "slirp4netns kernel-module-xt-masquerade kernel-module-xt-comment"
113RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" 113RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}"