summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/fuse
Commit message (Collapse)AuthorAgeFilesLines
* fuse3: remove sysv init script and install fuse kernel module explictlyChangqing Li2024-05-232-0/+16
| | | | | | | | | | 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-192-0/+86
| | | | | | | | | | | | 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>
* fuse: move to meta-filesystems and upgradeHongxu Jia2013-08-163-120/+0
| | | | | | | | | | - Move fuse from meta-oe to meta-filesystems - Upgrade fuse to 2.9.3 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* recipes: Unify indentationMartin Jansa2013-04-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
* fuse: add aarch64 supportRiku Voipio2013-01-252-0/+21
| | | | | | | | | | u64/u32 is not defined in sys/types.h, include linux/types.h like the kernel version of fuse.h does. Patch sent to upstream mailing list. Upstream-Status: Submitted Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: remove /dev/fuse in do_install_appendMartin Jansa2012-12-111-0/+6
| | | | | | | | | | * it's not packaged and created on target dynamically * fixes QA: fuse-2.9.2: fuse: Files/directories were installed but not shipped /dev /dev/fuse Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse : Update to version 2.9.2.Philip Balister2012-10-192-2/+2
| | | | | | | Bug fix release. Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* uhd,fuse: Fix misplaced quotationsKhem Raj2012-09-281-1/+1
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fuse: update to 2.9.1Koen Kooi2012-08-084-55/+5
| | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fuse: Fix linking issues with gold linkerKhem Raj2011-10-212-1/+62
| | | | | | | | | | | | | | | | | | | | | fuse has problems when linking with gold since it uses version scripts in a way thats so perticular to bfd ld /home/kraj/work/angstrom/build/tmp-angstrom_2010_x-eglibc/sysroots/x86_64-linux/usr/libexec/armv5te-angstrom-linux-gnueabi/gcc/arm-angstrom-linux-gnueabi/4.6.2/ld: error: symbol __fuse_exited has undefined version | collect2: ld returned 1 exit status | make[1]: *** [libfuse.la] Error 1 | make[1]: *** Waiting for unfinished jobs.... For more details http://blog.flameeyes.eu/2011/06/01/gold-readiness-obstacle-2-base-versioning http://sources.redhat.com/bugzilla/show_bug.cgi?id=10861 http://comments.gmane.org/gmane.comp.file-systems.fuse.devel/9524 http://www.airs.com/blog/archives/300 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
* fuse: Upgrade recipe to version 2.8.6Khem Raj2011-09-272-0/+48
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* fuse: add version 2.8.5Otavio Salvador2011-05-101-0/+34
This recipes is required by ntfs-3g-ntfsprogs. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>