summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fuse/fuse3
Commit message (Collapse)AuthorAgeFilesLines
* fuse3: remove sysv init script and install fuse kernel module explictlyChangqing Li2024-05-231-0/+1
| | | | | | | | | | For systemd, there is not a fuse.service since systemd provides sys-fs-fuse-connections.mount to mount the fuse control filesystem, so instead, only fuse3.conf is added to modules-load.d to load the required fuse kernel module. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse3: move from meta-filesystems to meta-oeMarkus Volk2024-05-191-0/+3
Technically flatpak and xdg-desktop-portal have a runtime dependency on fuse3-utils. I was worried that adding it might cause problems with CI since fuse3 is not included in meta-oe. Given that both packages also require fuse3 at buildtime it could be a good idea to move fuse3 to avoid a meta-filesystems dependency for meta-oe Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>