Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fuse3: remove sysv init script and install fuse kernel module explictly | Changqing Li | 2024-05-23 | 1 | -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-oe | Markus Volk | 2024-05-19 | 1 | -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> |