From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: liuyd.fnst@fujitsu.com
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization][PATCH] podman: Use packageconfig to control fuse-overlayfs depend
Date: Tue, 10 Mar 2026 22:40:34 +0000 [thread overview]
Message-ID: <abCd4oJCXiiacC_P@gmail.com> (raw)
In-Reply-To: <20260310072754.663-1-liuyd.fnst@fujitsu.com>
In message: [meta-virtualization][PATCH] podman: Use packageconfig to control fuse-overlayfs depend
on 10/03/2026 Yiding Liu (Fujitsu) via lists.yoctoproject.org wrote:
> 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,,"
Whether right or wrong, fuse-overlayfs was being pulled in
by rootless.
So it should stay pulled in by rootless (unless you can show
me that there's no requirement at all from rootless .. and
that information needs to be in the commit message).
It can also just stay in both, since last I checked, having
the depdendency in twice doesn't cause any issues.
Bruce
>
> do_compile() {
> cd ${S}/src
> --
> 2.43.0
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#9631): https://lists.yoctoproject.org/g/meta-virtualization/message/9631
> Mute This Topic: https://lists.yoctoproject.org/mt/118237141/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
next prev parent reply other threads:[~2026-03-10 22:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=abCd4oJCXiiacC_P@gmail.com \
--to=bruce.ashfield@gmail.com \
--cc=liuyd.fnst@fujitsu.com \
--cc=meta-virtualization@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.