[meta-virtualization] [PATCH 1/5] podman: remove comment about runc

Stefan Agner stefan at agner.ch
Sun Oct 6 13:47:44 PDT 2019


From: Stefan Agner <stefan.agner at toradex.com>

It seems that docker uses nowadays a rather vanilla version of runc,
at the time of writing 1.0.0-rc8. This version has successfully
tested with podman, hence remove the obsolete comment.

Signed-off-by: Stefan Agner <stefan.agner at toradex.com>
---
 recipes-containers/podman/podman_git.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 64e2672..db595a5 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -113,8 +113,6 @@ FILES_${PN} += " \
     ${sysconfdir}/cni \
 "
 
-# Note that runc-opencontainers is the only currently tested
-# runc provider.
 RDEPENDS_${PN} += "conmon virtual/runc iptables cni skopeo"
 RRECOMMENDS_${PN} += "slirp4netns"
 RCONFLICTS_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', '', d)}"
-- 
2.20.1



More information about the meta-virtualization mailing list