All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] podman: Use packageconfig to control fuse-overlayfs depend
@ 2026-03-10  7:27 Liu Yiding
  2026-03-10 22:40 ` Bruce Ashfield
  0 siblings, 1 reply; 6+ messages in thread
From: Liu Yiding @ 2026-03-10  7:27 UTC (permalink / raw)
  To: meta-virtualization

The RDEPEND fuse-overlayfs is an Optional package so use packageconfig to control it.

Refer to https://podman.io/docs/installation

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
---
 recipes-containers/podman/podman_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb
index 53b9b6a0..4495d2d9 100644
--- a/recipes-containers/podman/podman_git.bb
+++ b/recipes-containers/podman/podman_git.bb
@@ -68,7 +68,8 @@ EXTRA_OEMAKE = " \
 PODMAN_FEATURES ?= "docker"
 
 PACKAGECONFIG ?= ""
-PACKAGECONFIG[rootless] = ",,,fuse-overlayfs slirp4netns,,"
+PACKAGECONFIG[rootless] = ",,,slirp4netns,,"
+PACKAGECONFIG[fuse] = ",,,fuse-overlayfs,,"
 
 do_compile() {
 	cd ${S}/src
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-03-11  3:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-10  7:27 [meta-virtualization][PATCH] podman: Use packageconfig to control fuse-overlayfs depend Liu Yiding
2026-03-10 22:40 ` Bruce Ashfield
2026-03-11  2:27   ` Yiding Liu (Fujitsu)
2026-03-11  3:21     ` Bruce Ashfield
     [not found]   ` <189BA86F08D2A85A.2412760@lists.yoctoproject.org>
2026-03-11  3:20     ` Yiding Liu (Fujitsu)
2026-03-11  3:22       ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.