From: Mingli Yu <[email protected]>

Add fuse-overlayfs rdepends to support rootless.
 Fixes:
 intel-x86-64:~$ podman run -it  busybox
 Error: kernel does not support overlay fs: 'overlay' is not supported over 
<unknown> at "/home/test/.local/share/containers/storage/overlay": backing file 
system is unsupported for this graph driver

Signed-off-by: Mingli Yu <[email protected]>
---
 recipes-containers/podman/podman_git.bb | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes-containers/podman/podman_git.bb 
b/recipes-containers/podman/podman_git.bb
index ab9aef1..bbbbb91 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -17,9 +17,9 @@ DEPENDS = " \
     ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
 "
 
-SRCREV = "8809aed5647b61abb14970d409ff7c99c7fbdc34"
+SRCREV = "4c5283fabff2de5145838f1847a5a7b2b1fbc0a5"
 SRC_URI = " \
-    git://github.com/containers/libpod.git;branch=v3.3 \
+    git://github.com/containers/podman.git;branch=v3.3 \
 "
 
 LICENSE = "Apache-2.0"
@@ -29,7 +29,7 @@ GO_IMPORT = "import"
 
 S = "${WORKDIR}/git"
 
-PV = "3.3.0+git${SRCPV}"
+PV = "3.3.1+git${SRCPV}"
 
 PACKAGES =+ "${PN}-contrib"
 
@@ -109,6 +109,6 @@ FILES:${PN} += " \
 
 SYSTEMD_SERVICE:${PN} = "podman.service podman.socket"
 
-RDEPENDS:${PN} += "conmon virtual/runc iptables cni skopeo"
+RDEPENDS:${PN} += "conmon virtual/runc iptables cni skopeo fuse-overlayfs"
 RRECOMMENDS:${PN} += "slirp4netns kernel-module-xt-masquerade 
kernel-module-xt-comment"
 RCONFLICTS:${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'docker', 'docker', 
'', d)}"
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#6744): 
https://lists.yoctoproject.org/g/meta-virtualization/message/6744
Mute This Topic: https://lists.yoctoproject.org/mt/85408239/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to