diff options
author | Nathan Dunne <Nathan.Dunne@arm.com> | 2021-04-15 09:37:18 +0100 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-18 20:13:41 -0400 |
commit | 35fce40e86c6cd475d24136c699ae1f2821dea85 (patch) | |
tree | 9a235b4202241c1d3ca2eaf684fddda4382da6b8 | |
parent | 94501882dcf6eec411d68696e59953653c787eab (diff) | |
download | meta-virtualization-35fce40e86c6cd475d24136c699ae1f2821dea85.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.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index 9be98365..e1f9bb70 100644 --- a/recipes-containers/podman/podman_git.bb +++ b/recipes-containers/podman/podman_git.bb | |||
@@ -109,5 +109,5 @@ FILES_${PN} += " \ | |||
109 | SYSTEMD_SERVICE_${PN} = "podman.service podman.socket" | 109 | SYSTEMD_SERVICE_${PN} = "podman.service podman.socket" |
110 | 110 | ||
111 | RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo" | 111 | RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo" |
112 | RRECOMMENDS_${PN} += "slirp4netns" | 112 | RRECOMMENDS_${PN} += "slirp4netns kernel-module-xt-masquerade kernel-module-xt-comment" |
113 | RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" | 113 | RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}" |